#181982

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

Shades of Midnight Blue #181982

Tints of Midnight Blue #181982

Color information

#181982 (or 0x181982) is unknown color: approx Midnight Blue. HEX triplet: 18, 19 and 82. RGB value is (24,25,130). Sum of RGB (Red+Green+Blue) = 24+25+130=179 (23% of max value = 765). Red value is 24 (9.77% from 255 or 13.41% from 179); Green value is 25 (10.16% from 255 or 13.97% from 179); Blue value is 130 (51.17% from 255 or 72.63% from 179); Max value from RGB is 130 - color contains mainly: blue. Hex color #181982 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #181982 is #E7E67D. Grayscale: #242424. Windows color (decimal): -15197822 or 8526104. OLE color: 8526104.

HSL color Cylindrical-coordinate representation of color #181982: hue angle of 239.43º degrees, saturation: 0.69, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #181982 is Cyan = 0.82, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB2425130-
CMYK0.820.8100.49
HSL239.43º68.83%30.2%-
HSV(B)239.43º81.54%50.98%-
XYZ4.752.521.35-
YUV36.67180.67118.96-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 13.41%
GREEN value IS 25 (10.16% from 255) = 13.97%
BLUE value IS 130 (51.17% from 255) = 72.63%
R=13.41%
G=13.97%
B=72.63%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal24251300.820.8100.49239.4368.8330.2
Hex1819825251031ef451e
Octal303120212212106135710536
Binary11000110011000001010100101010001011000111101111100010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #181982

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #181982; }

 p { color: rgb(24,25,130); }

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

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

 a { background-color: rgb(24,25,130); }

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

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

 span { border-color: rgb(24,25,130); }

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