#021279

Color #021279 Navy (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Navy #021279

Tints of Navy #021279

Color information

#021279 (or 0x021279) is unknown color: approx Navy. HEX triplet: 02, 12 and 79. RGB value is (2,18,121). Sum of RGB (Red+Green+Blue) = 2+18+121=141 (18% of max value = 765). Red value is 2 (1.17% from 255 or 1.42% from 141); Green value is 18 (7.42% from 255 or 12.77% from 141); Blue value is 121 (47.66% from 255 or 85.82% from 141); Max value from RGB is 121 - color contains mainly: blue. Hex color #021279 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #021279 is #FDED86. Grayscale: #181818. Windows color (decimal): -16641415 or 7934466. OLE color: 7934466.

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

Color convert

RGB218121-
CMYK0.980.8500.53
HSL231.93º96.75%24.12%-
HSV(B)231.93º98.35%47.45%-
XYZ3.691.8318.25-
YUV24.96182.2111.62-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.42%
GREEN value IS 18 (7.42% from 255) = 12.77%
BLUE value IS 121 (47.66% from 255) = 85.82%
R=1.42%
G=12.77%
B=85.82%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal2181210.980.8500.53231.9396.7524.12
Hex212796255035e86118
Octal22217114212506535014130
Binary1010010111100111000101010101011010111101000110000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #021279

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #021279; }

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

 H1.HeaderClassName
 {
   color: #021279;
 }
 .AnyTagClassName
 {
   color: #021279;
 }
</style>
background-color css

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

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

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

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

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

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