Html Css Color HEX #120D57 Midnight Blue

📋 copy color: '#120D57'

red 18 ◦ green 13 ◦ blue 87

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

Shades of Midnight Blue #120D57

Tints of Midnight Blue #120D57

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 73.73%

R = 15.25%
G = 11.02%
B = 73.73%

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

#120D57 (or 0x120D57) is known color: Midnight Blue. HEX triplet: 12, 0D and 57. RGB value is (18,13,87). Sum of RGB (Red+Green+Blue) = 18+13+87=118 (15% of max value = 765). Red value is 18 (7.42% from 255 or 15.25% from 118); Green value is 13 (5.47% from 255 or 11.02% from 118); Blue value is 87 (34.38% from 255 or 73.73% from 118); Max value from RGB is 87 - color contains mainly: blue. Hex color #120D57 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #120D57 is #EDF2A8. Grayscale: #161616. Windows color (decimal): -15594153 or 5704978. OLE color: 5704978.

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

Color convert

RGB 18 13 87 -
CMYK 0.79 0.85 0 0.66
HSL 244.05º 0.74% 0.2% -
HSV(B) 244.05º 0.85% 0.34% -
XYZ 2.11 1.1 9.12 -
YUV 22.93 164.16 124.48 -
System Red Green Blue C M Y K H S L
Decimal 18 13 87 0.79 0.85 0 0.66 244.05 0.74 0.2
Hex 12 D 57 4F 55 0 42 F4 4A 14
Octal 22 15 127 117 125 0 102 364 112 24
Binary 10010 1101 1010111 1001111 1010101 0 1000010 11110100 1001010 10100

Color Harmonies of #120D57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #120D57

Black with #120D57

Text Example


Text Example

White with #120D57

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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