Html Css Color HEX #120276 Navy

📋 copy color: '#120276'

red 18 ◦ green 2 ◦ blue 118

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

Shades of Navy #120276

Tints of Navy #120276

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.45%

 BLUE value IS 118 (46.48% from 255) = 85.51%

R = 13.04%
G = 1.45%
B = 85.51%

CMYK

 C value IS 0.85

 M value IS 0.98

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#120276 (or 0x120276) is known color: Navy. HEX triplet: 12, 02 and 76. RGB value is (18,2,118). Sum of RGB (Red+Green+Blue) = 18+2+118=138 (18% of max value = 765). Red value is 18 (7.42% from 255 or 13.04% from 138); Green value is 2 (1.17% from 255 or 1.45% from 138); Blue value is 118 (46.48% from 255 or 85.51% from 138); Max value from RGB is 118 - color contains mainly: blue. Hex color #120276 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #120276 is #EDFD89. Grayscale: #131313. Windows color (decimal): -15596938 or 7733778. OLE color: 7733778.

HSL color Cylindrical-coordinate representation of color #120276: hue angle of 248.28º degrees, saturation: 0.97, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #120276 is Cyan = 0.85, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 18 2 118 -
CMYK 0.85 0.98 0 0.54
HSL 248.28º 0.97% 0.24% -
HSV(B) 248.28º 0.98% 0.46% -
XYZ 3.54 1.48 17.24 -
YUV 20.01 183.3 126.57 -
System Red Green Blue C M Y K H S L
Decimal 18 2 118 0.85 0.98 0 0.54 248.28 0.97 0.24
Hex 12 2 76 55 62 0 36 F8 61 18
Octal 22 2 166 125 142 0 66 370 141 30
Binary 10010 10 1110110 1010101 1100010 0 110110 11111000 1100001 11000

Color Harmonies of #120276

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #120276

Black with #120276

Text Example


Text Example

White with #120276

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #120276; }

 p { color: rgb(18,2,118); }

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

background-color css

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

 a { background-color: rgb(18,2,118); }

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

border-color css

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

 span { border-color: rgb(18,2,118); }

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