#18006C

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

Shades of Midnight Blue #18006C

Tints of Midnight Blue #18006C

Color information

#18006C (or 0x18006C) is unknown color: approx Midnight Blue. HEX triplet: 18, 00 and 6C. RGB value is (24,0,108). Sum of RGB (Red+Green+Blue) = 24+0+108=132 (17% of max value = 765). Red value is 24 (9.77% from 255 or 18.18% from 132); Green value is 0 (0.39% from 255 or 0% from 132); Blue value is 108 (42.58% from 255 or 81.82% from 132); Max value from RGB is 108 - color contains mainly: blue. Hex color #18006C is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #18006C is #E7FF93. Grayscale: #131313. Windows color (decimal): -15204244 or 7077912. OLE color: 7077912.

HSL color Cylindrical-coordinate representation of color #18006C: hue angle of 253.33º 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 #18006C is Cyan = 0.78, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB240108-
CMYK0.78100.58
HSL253.33º100%21.18%-
HSV(B)253.33º100%42.35%-
XYZ3.081.2814.27-
YUV19.49177.95131.22-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 18.18%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 108 (42.58% from 255) = 81.82%
R=18.18%
G=0%
B=81.82%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal2401080.78100.58253.3310021.18
Hex1806C4E6403Afd6415
Octal30015411614407237514425
Binary110000110110010011101100100011101011111101110010010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18006C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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