Html Css Color HEX #120070 Navy

📋 copy color: '#120070'

red 18 ◦ green 0 ◦ blue 112

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

Shades of Navy #120070

Tints of Navy #120070

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 13.85%
G = 0%
B = 86.15%

CMYK

 C value IS 0.84

 M value IS 1

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#120070 (or 0x120070) is known color: Navy. HEX triplet: 12, 00 and 70. RGB value is (18,0,112). Sum of RGB (Red+Green+Blue) = 18+0+112=130 (17% of max value = 765). Red value is 18 (7.42% from 255 or 13.85% from 130); Green value is 0 (0.39% from 255 or 0% from 130); Blue value is 112 (44.14% from 255 or 86.15% from 130); Max value from RGB is 112 - color contains mainly: blue. Hex color #120070 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #120070 is #EDFF8F. Grayscale: #111111. Windows color (decimal): -15597456 or 7340050. OLE color: 7340050.

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

Color convert

RGB 18 0 112 -
CMYK 0.84 1 0 0.56
HSL 249.64º 1% 0.22% -
HSV(B) 249.64º 1% 0.44% -
XYZ 3.17 1.3 15.41 -
YUV 18.15 180.96 127.89 -
System Red Green Blue C M Y K H S L
Decimal 18 0 112 0.84 1 0 0.56 249.64 1 0.22
Hex 12 0 70 54 64 0 38 FA 64 16
Octal 22 0 160 124 144 0 70 372 144 26
Binary 10010 0 1110000 1010100 1100100 0 111000 11111010 1100100 10110

Color Harmonies of #120070

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #120070

Black with #120070

Text Example


Text Example

White with #120070

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #120070; }

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

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

background-color css

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

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

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

border-color css

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

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

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