Html Css Color HEX #120158 Midnight Blue

📋 copy color: '#120158'

red 18 ◦ green 1 ◦ blue 88

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

Shades of Midnight Blue #120158

Tints of Midnight Blue #120158

RGB

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

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

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

R = 16.82%
G = 0.93%
B = 82.24%

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

#120158 (or 0x120158) is known color: Midnight Blue. HEX triplet: 12, 01 and 58. RGB value is (18,1,88). Sum of RGB (Red+Green+Blue) = 18+1+88=107 (14% of max value = 765). Red value is 18 (7.42% from 255 or 16.82% from 107); Green value is 1 (0.78% from 255 or 0.93% from 107); Blue value is 88 (34.77% from 255 or 82.24% from 107); Max value from RGB is 88 - color contains mainly: blue. Hex color #120158 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #120158 is #EDFEA7. Grayscale: #0F0F0F. Windows color (decimal): -15597224 or 5767442. OLE color: 5767442.

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

Color convert

RGB 18 1 88 -
CMYK 0.80 0.99 0 0.65
HSL 251.72º 0.98% 0.17% -
HSV(B) 251.72º 0.99% 0.35% -
XYZ 2.02 0.85 9.29 -
YUV 16 168.63 129.43 -
System Red Green Blue C M Y K H S L
Decimal 18 1 88 0.80 0.99 0 0.65 251.72 0.98 0.17
Hex 12 1 58 50 63 0 41 FC 62 11
Octal 22 1 130 120 143 0 101 374 142 21
Binary 10010 1 1011000 1010000 1100011 0 1000001 11111100 1100010 10001

Color Harmonies of #120158

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #120158

Black with #120158

Text Example


Text Example

White with #120158

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #120158; }

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

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

background-color css

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

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

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

border-color css

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

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

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