#02025D

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

Shades of Navy #02025D

Tints of Navy #02025D

Color information

#02025D (or 0x02025D) is unknown color: approx Navy. HEX triplet: 02, 02 and 5D. RGB value is (2,2,93). Sum of RGB (Red+Green+Blue) = 2+2+93=97 (12% of max value = 765). Red value is 2 (1.17% from 255 or 2.06% from 97); Green value is 2 (1.17% from 255 or 2.06% from 97); Blue value is 93 (36.72% from 255 or 95.88% from 97); Max value from RGB is 93 - color contains mainly: blue. Hex color #02025D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #02025D is #FDFDA2. Grayscale: #0C0C0C. Windows color (decimal): -16645539 or 6095362. OLE color: 6095362.

HSL color Cylindrical-coordinate representation of color #02025D: hue angle of 240º degrees, saturation: 0.96, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #02025D is Cyan = 0.98, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB2293-
CMYK0.980.9800.64
HSL240º95.79%18.63%-
HSV(B)240º97.85%36.47%-
XYZ2.020.8510.41-
YUV12.37173.5120.6-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 2.06%
GREEN value IS 2 (1.17% from 255) = 2.06%
BLUE value IS 93 (36.72% from 255) = 95.88%
R=2.06%
G=2.06%
B=95.88%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal22930.980.9800.6424095.7918.63
Hex225D6262040f06013
Octal22135142142010036014023
Binary10101011101110001011000100100000011110000110000010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02025D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #02025D; }

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

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

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

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

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

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

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

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