Html Css Color HEX #120D56 Midnight Blue

📋 copy color: '#120D56'

red 18 ◦ green 13 ◦ blue 86

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

Shades of Midnight Blue #120D56

Tints of Midnight Blue #120D56

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 73.5%

R = 15.38%
G = 11.11%
B = 73.5%

CMYK

 C value IS 0.79

 M value IS 0.85

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#120D56 (or 0x120D56) is known color: Midnight Blue. HEX triplet: 12, 0D and 56. RGB value is (18,13,86). Sum of RGB (Red+Green+Blue) = 18+13+86=117 (15% of max value = 765). Red value is 18 (7.42% from 255 or 15.38% from 117); Green value is 13 (5.47% from 255 or 11.11% from 117); Blue value is 86 (33.98% from 255 or 73.50% from 117); Max value from RGB is 86 - color contains mainly: blue. Hex color #120D56 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #120D56 is #EDF2A9. Grayscale: #161616. Windows color (decimal): -15594154 or 5639442. OLE color: 5639442.

HSL color Cylindrical-coordinate representation of color #120D56: hue angle of 244.11º degrees, saturation: 0.74, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #120D56 is Cyan = 0.79, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB 18 13 86 -
CMYK 0.79 0.85 0 0.66
HSL 244.11º 0.74% 0.19% -
HSV(B) 244.11º 0.85% 0.34% -
XYZ 2.07 1.09 8.9 -
YUV 22.82 163.66 124.56 -
System Red Green Blue C M Y K H S L
Decimal 18 13 86 0.79 0.85 0 0.66 244.11 0.74 0.19
Hex 12 D 56 4F 55 0 42 F4 4A 13
Octal 22 15 126 117 125 0 102 364 112 23
Binary 10010 1101 1010110 1001111 1010101 0 1000010 11110100 1001010 10011

Color Harmonies of #120D56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #120D56

Black with #120D56

Text Example


Text Example

White with #120D56

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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