#18006B

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

Shades of Midnight Blue #18006B

Tints of Midnight Blue #18006B

Color information

#18006B (or 0x18006B) is unknown color: approx Midnight Blue. HEX triplet: 18, 00 and 6B. RGB value is (24,0,107). Sum of RGB (Red+Green+Blue) = 24+0+107=131 (17% of max value = 765). Red value is 24 (9.77% from 255 or 18.32% from 131); Green value is 0 (0.39% from 255 or 0% from 131); Blue value is 107 (42.19% from 255 or 81.68% from 131); Max value from RGB is 107 - color contains mainly: blue. Hex color #18006B is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #18006B is #E7FF94. Grayscale: #121212. Windows color (decimal): -15204245 or 7012376. OLE color: 7012376.

HSL color Cylindrical-coordinate representation of color #18006B: hue angle of 253.46º degrees, saturation: 1, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 1%. Process color model (Four color, CMYK) of #18006B is Cyan = 0.78, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB240107-
CMYK0.78100.58
HSL253.46º100%20.98%-
HSV(B)253.46º100%41.96%-
XYZ3.031.2613.99-
YUV19.37177.45131.3-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 18.32%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 107 (42.19% from 255) = 81.68%
R=18.32%
G=0%
B=81.68%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal2401070.78100.58253.4610020.98
Hex1806B4E6403Afd6415
Octal30015311614407237514425
Binary110000110101110011101100100011101011111101110010010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18006B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #18006B; }

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

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

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

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

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

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

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

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