Html Css Color HEX #120D58 Midnight Blue

📋 copy color: '#120D58'

red 18 ◦ green 13 ◦ blue 88

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

Shades of Midnight Blue #120D58

Tints of Midnight Blue #120D58

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 73.95%

R = 15.13%
G = 10.92%
B = 73.95%

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

#120D58 (or 0x120D58) is known color: Midnight Blue. HEX triplet: 12, 0D and 58. RGB value is (18,13,88). Sum of RGB (Red+Green+Blue) = 18+13+88=119 (15% of max value = 765). Red value is 18 (7.42% from 255 or 15.13% from 119); Green value is 13 (5.47% from 255 or 10.92% from 119); Blue value is 88 (34.77% from 255 or 73.95% from 119); Max value from RGB is 88 - color contains mainly: blue. Hex color #120D58 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #120D58 is #EDF2A7. Grayscale: #161616. Windows color (decimal): -15594152 or 5770514. OLE color: 5770514.

HSL color Cylindrical-coordinate representation of color #120D58: hue angle of 244º degrees, saturation: 0.74, 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 #120D58 is Cyan = 0.80, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 18 13 88 -
CMYK 0.80 0.85 0 0.65
HSL 244º 0.74% 0.2% -
HSV(B) 244º 0.85% 0.35% -
XYZ 2.15 1.12 9.34 -
YUV 23.05 164.66 124.4 -
System Red Green Blue C M Y K H S L
Decimal 18 13 88 0.80 0.85 0 0.65 244 0.74 0.2
Hex 12 D 58 50 55 0 41 F4 4A 14
Octal 22 15 130 120 125 0 101 364 112 24
Binary 10010 1101 1011000 1010000 1010101 0 1000001 11110100 1001010 10100

Color Harmonies of #120D58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #120D58

Black with #120D58

Text Example


Text Example

White with #120D58

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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