Html Css Color HEX #120D54 Midnight Blue

📋 copy color: '#120D54'

red 18 ◦ green 13 ◦ blue 84

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

Shades of Midnight Blue #120D54

Tints of Midnight Blue #120D54

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 73.04%

R = 15.65%
G = 11.3%
B = 73.04%

CMYK

 C value IS 0.79

 M value IS 0.85

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#120D54 (or 0x120D54) is known color: Midnight Blue. HEX triplet: 12, 0D and 54. RGB value is (18,13,84). Sum of RGB (Red+Green+Blue) = 18+13+84=115 (15% of max value = 765). Red value is 18 (7.42% from 255 or 15.65% from 115); Green value is 13 (5.47% from 255 or 11.30% from 115); Blue value is 84 (33.20% from 255 or 73.04% from 115); Max value from RGB is 84 - color contains mainly: blue. Hex color #120D54 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #120D54 is #EDF2AB. Grayscale: #161616. Windows color (decimal): -15594156 or 5508370. OLE color: 5508370.

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

Color convert

RGB 18 13 84 -
CMYK 0.79 0.85 0 0.67
HSL 244.23º 0.73% 0.19% -
HSV(B) 244.23º 0.85% 0.33% -
XYZ 1.99 1.06 8.49 -
YUV 22.59 162.66 124.73 -
System Red Green Blue C M Y K H S L
Decimal 18 13 84 0.79 0.85 0 0.67 244.23 0.73 0.19
Hex 12 D 54 4F 55 0 43 F4 49 13
Octal 22 15 124 117 125 0 103 364 111 23
Binary 10010 1101 1010100 1001111 1010101 0 1000011 11110100 1001001 10011

Color Harmonies of #120D54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #120D54

Black with #120D54

Text Example


Text Example

White with #120D54

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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