Html Css Color HEX #120D52 Midnight Blue

📋 copy color: '#120D52'

red 18 ◦ green 13 ◦ blue 82

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

Shades of Midnight Blue #120D52

Tints of Midnight Blue #120D52

RGB

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

 GREEN value IS 13 (5.47% from 255) = 11.5%

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

R = 15.93%
G = 11.5%
B = 72.57%

CMYK

 C value IS 0.78

 M value IS 0.84

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#120D52 (or 0x120D52) is known color: Midnight Blue. HEX triplet: 12, 0D and 52. RGB value is (18,13,82). Sum of RGB (Red+Green+Blue) = 18+13+82=113 (14% of max value = 765). Red value is 18 (7.42% from 255 or 15.93% from 113); Green value is 13 (5.47% from 255 or 11.50% from 113); Blue value is 82 (32.42% from 255 or 72.57% from 113); Max value from RGB is 82 - color contains mainly: blue. Hex color #120D52 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #120D52 is #EDF2AD. Grayscale: #161616. Windows color (decimal): -15594158 or 5377298. OLE color: 5377298.

HSL color Cylindrical-coordinate representation of color #120D52: hue angle of 244.35º degrees, saturation: 0.73, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #120D52 is Cyan = 0.78, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 18 13 82 -
CMYK 0.78 0.84 0 0.68
HSL 244.35º 0.73% 0.19% -
HSV(B) 244.35º 0.84% 0.32% -
XYZ 1.92 1.03 8.08 -
YUV 22.36 161.66 124.89 -
System Red Green Blue C M Y K H S L
Decimal 18 13 82 0.78 0.84 0 0.68 244.35 0.73 0.19
Hex 12 D 52 4E 54 0 44 F4 49 13
Octal 22 15 122 116 124 0 104 364 111 23
Binary 10010 1101 1010010 1001110 1010100 0 1000100 11110100 1001001 10011

Color Harmonies of #120D52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #120D52

Black with #120D52

Text Example


Text Example

White with #120D52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #120D52; }

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

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

background-color css

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

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

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

border-color css

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

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

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