Html Css Color HEX #120558 Midnight Blue

📋 copy color: '#120558'

red 18 ◦ green 5 ◦ blue 88

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

Shades of Midnight Blue #120558

Tints of Midnight Blue #120558

RGB

 RED value IS 18 (7.42% from 255) = 16.22%

 GREEN value IS 5 (2.34% from 255) = 4.5%

 BLUE value IS 88 (34.77% from 255) = 79.28%

R = 16.22%
G = 4.5%
B = 79.28%

CMYK

 C value IS 0.80

 M value IS 0.94

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#120558 (or 0x120558) is known color: Midnight Blue. HEX triplet: 12, 05 and 58. RGB value is (18,5,88). Sum of RGB (Red+Green+Blue) = 18+5+88=111 (14% of max value = 765). Red value is 18 (7.42% from 255 or 16.22% from 111); Green value is 5 (2.34% from 255 or 4.50% from 111); Blue value is 88 (34.77% from 255 or 79.28% from 111); Max value from RGB is 88 - color contains mainly: blue. Hex color #120558 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #120558 is #EDFAA7. Grayscale: #121212. Windows color (decimal): -15596200 or 5768466. OLE color: 5768466.

HSL color Cylindrical-coordinate representation of color #120558: hue angle of 249.4º degrees, saturation: 0.89, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #120558 is Cyan = 0.80, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 18 5 88 -
CMYK 0.80 0.94 0 0.65
HSL 249.4º 0.89% 0.18% -
HSV(B) 249.4º 0.94% 0.35% -
XYZ 2.07 0.94 9.31 -
YUV 18.35 167.31 127.75 -
System Red Green Blue C M Y K H S L
Decimal 18 5 88 0.80 0.94 0 0.65 249.4 0.89 0.18
Hex 12 5 58 50 5E 0 41 F9 59 12
Octal 22 5 130 120 136 0 101 371 131 22
Binary 10010 101 1011000 1010000 1011110 0 1000001 11111001 1011001 10010

Color Harmonies of #120558

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #120558

Black with #120558

Text Example


Text Example

White with #120558

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #120558; }

 p { color: rgb(18,5,88); }

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

background-color css

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

 a { background-color: rgb(18,5,88); }

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

border-color css

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

 span { border-color: rgb(18,5,88); }

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