Html Css Color HEX #18005E Midnight Blue

📋 copy color: '#18005E'

red 24 ◦ green 0 ◦ blue 94

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

Shades of Midnight Blue #18005E

Tints of Midnight Blue #18005E

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 94 (37.11% from 255) = 79.66%

R = 20.34%
G = 0%
B = 79.66%

CMYK

 C value IS 0.74

 M value IS 1

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#18005E (or 0x18005E) is known color: Midnight Blue. HEX triplet: 18, 00 and 5E. RGB value is (24,0,94). Sum of RGB (Red+Green+Blue) = 24+0+94=118 (15% of max value = 765). Red value is 24 (9.77% from 255 or 20.34% from 118); Green value is 0 (0.39% from 255 or 0% from 118); Blue value is 94 (37.11% from 255 or 79.66% from 118); Max value from RGB is 94 - color contains mainly: blue. Hex color #18005E is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #18005E is #E7FFA1. Grayscale: #111111. Windows color (decimal): -15204258 or 6160408. OLE color: 6160408.

HSL color Cylindrical-coordinate representation of color #18005E: hue angle of 255.32º degrees, saturation: 1, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 1%. Process color model (Four color, CMYK) of #18005E is Cyan = 0.74, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 24 0 94 -
CMYK 0.74 1 0 0.63
HSL 255.32º 1% 0.18% -
HSV(B) 255.32º 1% 0.37% -
XYZ 2.4 1 10.66 -
YUV 17.89 170.95 132.36 -
System Red Green Blue C M Y K H S L
Decimal 24 0 94 0.74 1 0 0.63 255.32 1 0.18
Hex 18 0 5E 4A 64 0 3F FF 64 12
Octal 30 0 136 112 144 0 77 377 144 22
Binary 11000 0 1011110 1001010 1100100 0 111111 11111111 1100100 10010

Color Harmonies of #18005E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18005E

Black with #18005E

Text Example


Text Example

White with #18005E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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