Html Css Color HEX #120470 Midnight Blue

📋 copy color: '#120470'

red 18 ◦ green 4 ◦ blue 112

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

Shades of Midnight Blue #120470

Tints of Midnight Blue #120470

RGB

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

 GREEN value IS 4 (1.95% from 255) = 2.99%

 BLUE value IS 112 (44.14% from 255) = 83.58%

R = 13.43%
G = 2.99%
B = 83.58%

CMYK

 C value IS 0.84

 M value IS 0.96

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#120470 (or 0x120470) is known color: Midnight Blue. HEX triplet: 12, 04 and 70. RGB value is (18,4,112). Sum of RGB (Red+Green+Blue) = 18+4+112=134 (17% of max value = 765). Red value is 18 (7.42% from 255 or 13.43% from 134); Green value is 4 (1.95% from 255 or 2.99% from 134); Blue value is 112 (44.14% from 255 or 83.58% from 134); Max value from RGB is 112 - color contains mainly: blue. Hex color #120470 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #120470 is #EDFB8F. Grayscale: #141414. Windows color (decimal): -15596432 or 7341074. OLE color: 7341074.

HSL color Cylindrical-coordinate representation of color #120470: hue angle of 247.78º degrees, saturation: 0.93, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #120470 is Cyan = 0.84, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 18 4 112 -
CMYK 0.84 0.96 0 0.56
HSL 247.78º 0.93% 0.23% -
HSV(B) 247.78º 0.96% 0.44% -
XYZ 3.22 1.39 15.43 -
YUV 20.5 179.64 126.22 -
System Red Green Blue C M Y K H S L
Decimal 18 4 112 0.84 0.96 0 0.56 247.78 0.93 0.23
Hex 12 4 70 54 60 0 38 F8 5D 17
Octal 22 4 160 124 140 0 70 370 135 27
Binary 10010 100 1110000 1010100 1100000 0 111000 11111000 1011101 10111

Color Harmonies of #120470

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #120470

Black with #120470

Text Example


Text Example

White with #120470

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #120470; }

 p { color: rgb(18,4,112); }

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

background-color css

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

 a { background-color: rgb(18,4,112); }

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

border-color css

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

 span { border-color: rgb(18,4,112); }

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