Html Css Color HEX #18066E Midnight Blue

📋 copy color: '#18066E'

red 24 ◦ green 6 ◦ blue 110

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

Shades of Midnight Blue #18066E

Tints of Midnight Blue #18066E

RGB

 RED value IS 24 (9.77% from 255) = 17.14%

 GREEN value IS 6 (2.73% from 255) = 4.29%

 BLUE value IS 110 (43.36% from 255) = 78.57%

R = 17.14%
G = 4.29%
B = 78.57%

CMYK

 C value IS 0.78

 M value IS 0.95

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#18066E (or 0x18066E) is known color: Midnight Blue. HEX triplet: 18, 06 and 6E. RGB value is (24,6,110). Sum of RGB (Red+Green+Blue) = 24+6+110=140 (18% of max value = 765). Red value is 24 (9.77% from 255 or 17.14% from 140); Green value is 6 (2.73% from 255 or 4.29% from 140); Blue value is 110 (43.36% from 255 or 78.57% from 140); Max value from RGB is 110 - color contains mainly: blue. Hex color #18066E is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #18066E is #E7F991. Grayscale: #161616. Windows color (decimal): -15202706 or 7210520. OLE color: 7210520.

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

Color convert

RGB 24 6 110 -
CMYK 0.78 0.95 0 0.57
HSL 250.38º 0.9% 0.23% -
HSV(B) 250.38º 0.95% 0.43% -
XYZ 3.26 1.45 14.86 -
YUV 23.24 176.96 128.54 -
System Red Green Blue C M Y K H S L
Decimal 24 6 110 0.78 0.95 0 0.57 250.38 0.9 0.23
Hex 18 6 6E 4E 5F 0 39 FA 5A 17
Octal 30 6 156 116 137 0 71 372 132 27
Binary 11000 110 1101110 1001110 1011111 0 111001 11111010 1011010 10111

Color Harmonies of #18066E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18066E

Black with #18066E

Text Example


Text Example

White with #18066E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #18066E;
 }
 .AnyTagClassName
 {
   color: #18066E;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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