Html Css Color HEX #120159 Midnight Blue

📋 copy color: '#120159'

red 18 ◦ green 1 ◦ blue 89

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

Shades of Midnight Blue #120159

Tints of Midnight Blue #120159

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.93%

 BLUE value IS 89 (35.16% from 255) = 82.41%

R = 16.67%
G = 0.93%
B = 82.41%

CMYK

 C value IS 0.80

 M value IS 0.99

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#120159 (or 0x120159) is known color: Midnight Blue. HEX triplet: 12, 01 and 59. RGB value is (18,1,89). Sum of RGB (Red+Green+Blue) = 18+1+89=108 (14% of max value = 765). Red value is 18 (7.42% from 255 or 16.67% from 108); Green value is 1 (0.78% from 255 or 0.93% from 108); Blue value is 89 (35.16% from 255 or 82.41% from 108); Max value from RGB is 89 - color contains mainly: blue. Hex color #120159 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #120159 is #EDFEA6. Grayscale: #0F0F0F. Windows color (decimal): -15597223 or 5832978. OLE color: 5832978.

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

Color convert

RGB 18 1 89 -
CMYK 0.80 0.99 0 0.65
HSL 251.59º 0.98% 0.18% -
HSV(B) 251.59º 0.99% 0.35% -
XYZ 2.06 0.87 9.51 -
YUV 16.12 169.13 129.34 -
System Red Green Blue C M Y K H S L
Decimal 18 1 89 0.80 0.99 0 0.65 251.59 0.98 0.18
Hex 12 1 59 50 63 0 41 FC 62 12
Octal 22 1 131 120 143 0 101 374 142 22
Binary 10010 1 1011001 1010000 1100011 0 1000001 11111100 1100010 10010

Color Harmonies of #120159

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #120159

Black with #120159

Text Example


Text Example

White with #120159

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #120159; }

 p { color: rgb(18,1,89); }

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

background-color css

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

 a { background-color: rgb(18,1,89); }

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

border-color css

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

 span { border-color: rgb(18,1,89); }

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