COLOR #183E7E

HEX: #183E7E
RGB: (24,62,126)

Color info

#183E7E contains mainly blue color. Web safe color of #183E7E is #003366 (or #036).

RGB color model

#183E7E color RGB value is (24,62,126).

  • red value is 24;
  • green value is 62;
  • blue value is 126.
RGB:
(24,62,126)
(9%,24%,49%)

RGB channels and saturation

R 24 of 255 = 9%
G 62 of 255 = 24%
B 126 of 255 = 49%

24
62
126

R + G + B ~ 27%. #183E7E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
24 + 62 + 126 = 212 (100%)
R 24 of 212 ~ 11.32%
G 62 of 212 ~ 29.25%
B 126 of 212 ~ 59.43%

%11.32
%29.25
%59.43

CMYK color model

#183E7E color CMYK value is (81,51,0,51).

  • cyan value is 80.95%
  • magenta value is 50.79%
  • yellow value is 0.00%
  • key color value is 50.59%
CMYK:
(81,51,0,51)
C81M51Y0K51 
(81%,51%,0%,51%)
(0.81/0.51/0.00/0.51)	

CMYK percentages

%80.95
%50.79
%0
%50.59

Codes

Color #183E7E in popluar color models

183E7E
RGB2462126
HSL218°68.00%29.41%
HSB/HSV218°80.95%49.41%
CMYK80.95%50.79%0.00%
50.59%

Color #183E7E in popluar number systems.

HEX183E7E
Decimal2462126
Binary110001111101111110
Octal3076176

Shades and tints

Shades of #183E7E

#183E7E
(24,62,126)
#163973
(22,57,115)
#143468
(20,52,104)
#122F5D
(18,47,93)
#102A52
(16,42,82)
#0E2547
(14,37,71)
#0C203C
(12,32,60)
#0A1B31
(10,27,49)
#081626
(8,22,38)
#06111B
(6,17,27)
#040C10
(4,12,16)
#000000
(0,0,0)

Tints of #183E7E

#183E7E
(24,62,126)
#2D4F89
(45,79,137)
#426094
(66,96,148)
#57719F
(87,113,159)
#6C82AA
(108,130,170)
#8193B5
(129,147,181)
#96A4C0
(150,164,192)
#ABB5CB
(171,181,203)
#C0C6D6
(192,198,214)
#D5D7E1
(213,215,225)
#EAE8EC
(234,232,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #183E7E color. Also use rgb(24,62,126) instead hex code.

Text Font Color

.myTextColor { color: #183E7E; }

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

This text font color is #183E7E.


Background Color

.myBgColor { background-color: #183E7E; }

<div style="background-color:#183E7E">Inner text</div>

This div background color is #183E7E.


Border color

.myBorderColor { border: 1px solid #183E7E; }

<div style="border:3px solid #183E7E">Div</div>

This div border color is #183E7E.


Opacity

.myOpacity80 { color: #183E7E; opacity: 0.8; }

<p style="color:#183E7E;opacity:0.8;">80%</p>

Text with #183E7E 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 #183E7E;}

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

This text has shadow with #183E7E color.

.textShadow {text-shadow: 3px 3px 1px #183E7E, 3px 3px 1px red;}

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

This text has shadow with #183E7E primary color and red secondary color.


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

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

This text has shadow with #183E7E and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #183E7E on black background.


Color preview on white background

This text has color #183E7E on white background.



Black color preview on #183E7E background

This text has black color on #183E7E background.


White color preview on #183E7E background

This text has white color on #183E7E background.