Html Css Color HEX #120552 Midnight Blue

📋 copy color: '#120552'

red 18 ◦ green 5 ◦ blue 82

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

Shades of Midnight Blue #120552

Tints of Midnight Blue #120552

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 78.1%

R = 17.14%
G = 4.76%
B = 78.1%

CMYK

 C value IS 0.78

 M value IS 0.94

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#120552 (or 0x120552) is known color: Midnight Blue. HEX triplet: 12, 05 and 52. RGB value is (18,5,82). Sum of RGB (Red+Green+Blue) = 18+5+82=105 (13% of max value = 765). Red value is 18 (7.42% from 255 or 17.14% from 105); Green value is 5 (2.34% from 255 or 4.76% from 105); Blue value is 82 (32.42% from 255 or 78.10% from 105); Max value from RGB is 82 - color contains mainly: blue. Hex color #120552 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #120552 is #EDFAAD. Grayscale: #111111. Windows color (decimal): -15596206 or 5375250. OLE color: 5375250.

HSL color Cylindrical-coordinate representation of color #120552: hue angle of 250.13º degrees, saturation: 0.89, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #120552 is Cyan = 0.78, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 18 5 82 -
CMYK 0.78 0.94 0 0.68
HSL 250.13º 0.89% 0.17% -
HSV(B) 250.13º 0.94% 0.32% -
XYZ 1.83 0.85 8.05 -
YUV 17.67 164.31 128.24 -
System Red Green Blue C M Y K H S L
Decimal 18 5 82 0.78 0.94 0 0.68 250.13 0.89 0.17
Hex 12 5 52 4E 5E 0 44 FA 59 11
Octal 22 5 122 116 136 0 104 372 131 21
Binary 10010 101 1010010 1001110 1011110 0 1000100 11111010 1011001 10001

Color Harmonies of #120552

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #120552

Black with #120552

Text Example


Text Example

White with #120552

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #120552; }

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

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

background-color css

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

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

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

border-color css

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

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

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