Html Css Color HEX #021278 Navy

📋 copy color: '#021278'

red 2 ◦ green 18 ◦ blue 120

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

Shades of Navy #021278

Tints of Navy #021278

RGB

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

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

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

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

CMYK

 C value IS 0.98

 M value IS 0.85

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#021278 (or 0x021278) is known color: Navy. HEX triplet: 02, 12 and 78. RGB value is (2,18,120). Sum of RGB (Red+Green+Blue) = 2+18+120=140 (18% of max value = 765). Red value is 2 (1.17% from 255 or 1.43% from 140); Green value is 18 (7.42% from 255 or 12.86% 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 #021278 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #021278 is #FDED87. Grayscale: #181818. Windows color (decimal): -16641416 or 7868930. OLE color: 7868930.

HSL color Cylindrical-coordinate representation of color #021278: hue angle of 231.86º 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 #021278 is Cyan = 0.98, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 2 18 120 -
CMYK 0.98 0.85 0 0.53
HSL 231.86º 0.97% 0.24% -
HSV(B) 231.86º 0.98% 0.47% -
XYZ 3.63 1.8 17.93 -
YUV 24.84 181.7 111.71 -
System Red Green Blue C M Y K H S L
Decimal 2 18 120 0.98 0.85 0 0.53 231.86 0.97 0.24
Hex 2 12 78 62 55 0 35 E8 61 18
Octal 2 22 170 142 125 0 65 350 141 30
Binary 10 10010 1111000 1100010 1010101 0 110101 11101000 1100001 11000

Color Harmonies of #021278

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #021278

Black with #021278

Text Example


Text Example

White with #021278

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #021278; }

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

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

background-color css

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

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

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

border-color css

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

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

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