Html Css Color HEX #120952 Midnight Blue

📋 copy color: '#120952'

red 18 ◦ green 9 ◦ blue 82

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

Shades of Midnight Blue #120952

Tints of Midnight Blue #120952

RGB

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

 GREEN value IS 9 (3.91% from 255) = 8.26%

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

R = 16.51%
G = 8.26%
B = 75.23%

CMYK

 C value IS 0.78

 M value IS 0.89

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#120952 (or 0x120952) is known color: Midnight Blue. HEX triplet: 12, 09 and 52. RGB value is (18,9,82). Sum of RGB (Red+Green+Blue) = 18+9+82=109 (14% of max value = 765). Red value is 18 (7.42% from 255 or 16.51% from 109); Green value is 9 (3.91% from 255 or 8.26% from 109); Blue value is 82 (32.42% from 255 or 75.23% from 109); Max value from RGB is 82 - color contains mainly: blue. Hex color #120952 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #120952 is #EDF6AD. Grayscale: #131313. Windows color (decimal): -15595182 or 5376274. OLE color: 5376274.

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

Color convert

RGB 18 9 82 -
CMYK 0.78 0.89 0 0.68
HSL 247.4º 0.8% 0.18% -
HSV(B) 247.4º 0.89% 0.32% -
XYZ 1.87 0.93 8.06 -
YUV 20.01 162.98 126.56 -
System Red Green Blue C M Y K H S L
Decimal 18 9 82 0.78 0.89 0 0.68 247.4 0.8 0.18
Hex 12 9 52 4E 59 0 44 F7 50 12
Octal 22 11 122 116 131 0 104 367 120 22
Binary 10010 1001 1010010 1001110 1011001 0 1000100 11110111 1010000 10010

Color Harmonies of #120952

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #120952

Black with #120952

Text Example


Text Example

White with #120952

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #120952; }

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

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

background-color css

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

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

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

border-color css

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

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

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