#18006E

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

Shades of Midnight Blue #18006E

Tints of Midnight Blue #18006E

Color information

#18006E (or 0x18006E) is unknown color: approx Midnight Blue. HEX triplet: 18, 00 and 6E. RGB value is (24,0,110). Sum of RGB (Red+Green+Blue) = 24+0+110=134 (17% of max value = 765). Red value is 24 (9.77% from 255 or 17.91% from 134); Green value is 0 (0.39% from 255 or 0% from 134); Blue value is 110 (43.36% from 255 or 82.09% from 134); Max value from RGB is 110 - color contains mainly: blue. Hex color #18006E is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #18006E is #E7FF91. Grayscale: #131313. Windows color (decimal): -15204242 or 7208984. OLE color: 7208984.

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

Color convert

RGB240110-
CMYK0.78100.57
HSL253.09º100%21.57%-
HSV(B)253.09º100%43.14%-
XYZ3.191.3214.84-
YUV19.72178.95131.06-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 17.91%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 110 (43.36% from 255) = 82.09%
R=17.91%
G=0%
B=82.09%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal2401100.78100.57253.0910021.57
Hex1806E4E64039fd6416
Octal30015611614407137514426
Binary110000110111010011101100100011100111111101110010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18006E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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