Html Css Color HEX #18006E Midnight Blue

📋 copy color: '#18006E'

red 24 ◦ green 0 ◦ blue 110

#18006E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Midnight Blue #18006E

Tints of Midnight Blue #18006E

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 value IS 0.78

 M value IS 1

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#18006E (or 0x18006E) is known color: 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

RGB 24 0 110 -
CMYK 0.78 1 0 0.57
HSL 253.09º 1% 0.22% -
HSV(B) 253.09º 1% 0.43% -
XYZ 3.19 1.32 14.84 -
YUV 19.72 178.95 131.06 -
System Red Green Blue C M Y K H S L
Decimal 24 0 110 0.78 1 0 0.57 253.09 1 0.22
Hex 18 0 6E 4E 64 0 39 FD 64 16
Octal 30 0 156 116 144 0 71 375 144 26
Binary 11000 0 1101110 1001110 1100100 0 111001 11111101 1100100 10110

Color Harmonies of #18006E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18006E

Black with #18006E

Text Example


Text Example

White with #18006E

Text Example


Text Example

HTML Codes & Css Web 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>