Html Css Color HEX #120D59 Midnight Blue

📋 copy color: '#120D59'

red 18 ◦ green 13 ◦ blue 89

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

Shades of Midnight Blue #120D59

Tints of Midnight Blue #120D59

RGB

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

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

 BLUE value IS 89 (35.16% from 255) = 74.17%

R = 15%
G = 10.83%
B = 74.17%

CMYK

 C value IS 0.80

 M value IS 0.85

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#120D59 (or 0x120D59) is known color: Midnight Blue. HEX triplet: 12, 0D and 59. RGB value is (18,13,89). Sum of RGB (Red+Green+Blue) = 18+13+89=120 (15% of max value = 765). Red value is 18 (7.42% from 255 or 15% from 120); Green value is 13 (5.47% from 255 or 10.83% from 120); Blue value is 89 (35.16% from 255 or 74.17% from 120); Max value from RGB is 89 - color contains mainly: blue. Hex color #120D59 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #120D59 is #EDF2A6. Grayscale: #161616. Windows color (decimal): -15594151 or 5836050. OLE color: 5836050.

HSL color Cylindrical-coordinate representation of color #120D59: hue angle of 243.95º degrees, saturation: 0.75, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #120D59 is Cyan = 0.80, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 18 13 89 -
CMYK 0.80 0.85 0 0.65
HSL 243.95º 0.75% 0.2% -
HSV(B) 243.95º 0.85% 0.35% -
XYZ 2.2 1.14 9.56 -
YUV 23.16 165.16 124.32 -
System Red Green Blue C M Y K H S L
Decimal 18 13 89 0.80 0.85 0 0.65 243.95 0.75 0.2
Hex 12 D 59 50 55 0 41 F4 4B 14
Octal 22 15 131 120 125 0 101 364 113 24
Binary 10010 1101 1011001 1010000 1010101 0 1000001 11110100 1001011 10100

Color Harmonies of #120D59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #120D59

Black with #120D59

Text Example


Text Example

White with #120D59

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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