COLOR #00185E

HEX: #00185E
RGB: (0,24,94)

Renk bilgisi

#00185E contains mainly blue color. #00185E ‘ nin web güvenlik rengi #000066 (ya da #006) dir.

RGB renk modeli

#00185E color RGB value is (0,24,94).

  • kırmız ton 0;
  • yeşil ton 24;
  • mavi ton 94.
RGB:
(0,24,94)
(0%,9%,37%)

RGB bağlantıları ve doygunluk

R 0 of 255 = 0%
G 24 of 255 = 9%
B 94 of 255 = 37%

0
24
94

R + G + B ~ 15%. #00185E is dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
0 + 24 + 94 = 118 (100%)
R 0 of 118 ~ 0%
G 24 of 118 ~ 20.34%
B 94 of 118 ~ 79.66%

%20.34
%79.66

CMYK RENK MODELİ

#00185E rengi CMYK tonu (100,74,0,63).

  • camgöbeği tonu 100.00%
  • eflatun tonu 74.47%
  • sarı tonu 0.00%
  • ana renk tonu 63.14%
CMYK:
(100,74,0,63)
C100M74Y0K63 
(100%,74%,0%,63%)
(1.00/0.74/0.00/0.63)	

CMYK yüzdeleri

%100
%74.47
%0
%63.14

Codes

Color #00185E in popluar color models

00185E
RGB02494
HSL225°100.00%18.43%
HSB/HSV225°100.00%36.86%
CMYK100.00%74.47%0.00%
63.14%

Color #00185E in popluar number systems.

HEX00185E
Decimal02494
Binary0110001011110
Octal030136

Shades and tints

Shades of #00185E

#00185E
(0,24,94)
#001656
(0,22,86)
#00144E
(0,20,78)
#001246
(0,18,70)
#00103E
(0,16,62)
#000E36
(0,14,54)
#000C2E
(0,12,46)
#000A26
(0,10,38)
#00081E
(0,8,30)
#000616
(0,6,22)
#00040E
(0,4,14)
#000000
(0,0,0)

Tints of #00185E

#00185E
(0,24,94)
#172D6C
(23,45,108)
#2E427A
(46,66,122)
#455788
(69,87,136)
#5C6C96
(92,108,150)
#7381A4
(115,129,164)
#8A96B2
(138,150,178)
#A1ABC0
(161,171,192)
#B8C0CE
(184,192,206)
#CFD5DC
(207,213,220)
#E6EAEA
(230,234,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #00185E color. Also use rgb(0,24,94) instead hex code.

Text Font Color

.myTextColor { color: #00185E; }

<p style="color:#00185E">This sample text font color is #00185E.</p>

This text font color is #00185E.


Background Color

.myBgColor { background-color: #00185E; }

<div style="background-color:#00185E">Inner text</div>

This div background color is #00185E.


Border color

.myBorderColor { border: 1px solid #00185E; }

<div style="border:3px solid #00185E">Div</div>

This div border color is #00185E.


Opacity

.myOpacity80 { color: #00185E; opacity: 0.8; }

<p style="color:#00185E;opacity:0.8;">80%</p>

Text with #00185E color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #00185E;}

<p style="text-shadow: 3px 3px 1px #00185E">Text here.</p>

This text has shadow with #00185E color.

.textShadow {text-shadow: 3px 3px 1px #00185E, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #00185E, 5px 5px 20px red">Text here.</p>

This text has shadow with #00185E primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#00185E, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#00185E, Direction=45, Strength=4)">Text</p>

This text has shadow with #00185E and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #00185E;
  -webkit-box-shadow:	1px 1px 3px 2px #00185E;
  box-shadow:		1px 1px 3px 2px #00185E;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #00185E;
-webkit-box-shadow: 1px 1px 3px 2px #00185E;
box-shadow:1px 1px 3px 2px #00185E;">
Div content here</div>
This div box has shadow with color #00185E.

Preview

Color preview on black background

This text has color #00185E on black background.


Color preview on white background

This text has color #00185E on white background.



Black color preview on #00185E background

This text has black color on #00185E background.


White color preview on #00185E background

This text has white color on #00185E background.