#180066

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

Shades of Midnight Blue #180066

Tints of Midnight Blue #180066

Color information

#180066 (or 0x180066) is unknown color: approx Midnight Blue. HEX triplet: 18, 00 and 66. RGB value is (24,0,102). Sum of RGB (Red+Green+Blue) = 24+0+102=126 (16% of max value = 765). Red value is 24 (9.77% from 255 or 19.05% from 126); Green value is 0 (0.39% from 255 or 0% from 126); Blue value is 102 (40.23% from 255 or 80.95% from 126); Max value from RGB is 102 - color contains mainly: blue. Hex color #180066 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #180066 is #E7FF99. Grayscale: #121212. Windows color (decimal): -15204250 or 6684696. OLE color: 6684696.

HSL color Cylindrical-coordinate representation of color #180066: hue angle of 254.12º degrees, saturation: 1, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 1%. Process color model (Four color, CMYK) of #180066 is Cyan = 0.76, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB240102-
CMYK0.76100.6
HSL254.12º100%20%-
HSV(B)254.12º100%40%-
XYZ2.771.1512.65-
YUV18.8174.95131.71-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 19.05%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 102 (40.23% from 255) = 80.95%
R=19.05%
G=0%
B=80.95%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal2401020.76100.6254.1210020
Hex180664C6403Cfe6414
Octal30014611414407437614424
Binary110000110011010011001100100011110011111110110010010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #180066

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #180066; }

 p { color: rgb(24,0,102); }

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

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

 a { background-color: rgb(24,0,102); }

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

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

 span { border-color: rgb(24,0,102); }

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