#02027A

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

Shades of Navy #02027A

Tints of Navy #02027A

Color information

#02027A (or 0x02027A) is unknown color: approx Navy. HEX triplet: 02, 02 and 7A. RGB value is (2,2,122). Sum of RGB (Red+Green+Blue) = 2+2+122=126 (16% of max value = 765). Red value is 2 (1.17% from 255 or 1.59% from 126); Green value is 2 (1.17% from 255 or 1.59% from 126); Blue value is 122 (48.05% from 255 or 96.83% from 126); Max value from RGB is 122 - color contains mainly: blue. Hex color #02027A is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #02027A is #FDFD85. Grayscale: #0F0F0F. Windows color (decimal): -16645510 or 7995906. OLE color: 7995906.

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

Color convert

RGB22122-
CMYK0.980.9800.52
HSL240º96.77%24.31%-
HSV(B)240º98.36%47.84%-
XYZ3.561.4618.51-
YUV15.68188118.24-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.59%
GREEN value IS 2 (1.17% from 255) = 1.59%
BLUE value IS 122 (48.05% from 255) = 96.83%
R=1.59%
G=1.59%
B=96.83%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal221220.980.9800.5224096.7724.31
Hex227A6262034f06118
Octal2217214214206436014130
Binary1010111101011000101100010011010011110000110000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02027A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #02027A; }

 p { color: rgb(2,2,122); }

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

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

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

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

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

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

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