Html Css Color HEX #120278 Navy

📋 copy color: '#120278'

red 18 ◦ green 2 ◦ blue 120

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

Shades of Navy #120278

Tints of Navy #120278

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 85.71%

R = 12.86%
G = 1.43%
B = 85.71%

CMYK

 C value IS 0.85

 M value IS 0.98

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#120278 (or 0x120278) is known color: Navy. HEX triplet: 12, 02 and 78. RGB value is (18,2,120). Sum of RGB (Red+Green+Blue) = 18+2+120=140 (18% of max value = 765). Red value is 18 (7.42% from 255 or 12.86% from 140); Green value is 2 (1.17% from 255 or 1.43% from 140); Blue value is 120 (47.27% from 255 or 85.71% from 140); Max value from RGB is 120 - color contains mainly: blue. Hex color #120278 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #120278 is #EDFD87. Grayscale: #131313. Windows color (decimal): -15596936 or 7864850. OLE color: 7864850.

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

Color convert

RGB 18 2 120 -
CMYK 0.85 0.98 0 0.53
HSL 248.14º 0.97% 0.24% -
HSV(B) 248.14º 0.98% 0.47% -
XYZ 3.66 1.53 17.87 -
YUV 20.24 184.3 126.41 -
System Red Green Blue C M Y K H S L
Decimal 18 2 120 0.85 0.98 0 0.53 248.14 0.97 0.24
Hex 12 2 78 55 62 0 35 F8 61 18
Octal 22 2 170 125 142 0 65 370 141 30
Binary 10010 10 1111000 1010101 1100010 0 110101 11111000 1100001 11000

Color Harmonies of #120278

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #120278

Black with #120278

Text Example


Text Example

White with #120278

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #120278; }

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

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

background-color css

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

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

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

border-color css

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

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

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