#182D7E

Color #182D7E Midnight Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Midnight Blue #182D7E

Tints of Midnight Blue #182D7E

Color information

#182D7E (or 0x182D7E) is unknown color: approx Midnight Blue. HEX triplet: 18, 2D and 7E. RGB value is (24,45,126). Sum of RGB (Red+Green+Blue) = 24+45+126=195 (25% of max value = 765). Red value is 24 (9.77% from 255 or 12.31% from 195); Green value is 45 (17.97% from 255 or 23.08% from 195); Blue value is 126 (49.61% from 255 or 64.62% from 195); Max value from RGB is 126 - color contains mainly: blue. Hex color #182D7E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #182D7E is #E7D281. Grayscale: #2F2F2F. Windows color (decimal): -15192706 or 8269080. OLE color: 8269080.

HSL color Cylindrical-coordinate representation of color #182D7E: hue angle of 227.65º degrees, saturation: 0.68, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #182D7E is Cyan = 0.81, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB2445126-
CMYK0.810.6400.51
HSL227.65º68%29.41%-
HSV(B)227.65º80.95%49.41%-
XYZ5.083.5820.16-
YUV47.96172.04110.91-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 24 (9.77% from 255) = 12.31%
GREEN value IS 45 (17.97% from 255) = 23.08%
BLUE value IS 126 (49.61% from 255) = 64.62%
R=12.31%
G=23.08%
B=64.62%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal24451260.810.6400.51227.656829.41
Hex182D7E5140033e4441d
Octal305517612110006334410435
Binary11000101101111111010100011000000011001111100100100010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #182D7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #182D7E; }

 p { color: rgb(24,45,126); }

 H1.HeaderClassName
 {
   color: #182D7E;
 }
 .AnyTagClassName
 {
   color: #182D7E;
 }
</style>
background-color css

<style>
 a { background-color: #182D7E; }

 a { background-color: rgb(24,45,126); }

 div.DivClassName
 {
   background-color: #182D7E;
 }
 .BgClassName
 {
   background-color: #182D7E;
 }
</style>
border-color css

<style>
 span { border-color: #182D7E; }

 span { border-color: rgb(24,45,126); }

 td.TdClassName
 {
   border-color: #182D7E;
 }
 .TagClassName
 {
   border-color: #182D7E;
 }
</style>