#02055E

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

Shades of Navy #02055E

Tints of Navy #02055E

Color information

#02055E (or 0x02055E) is unknown color: approx Navy. HEX triplet: 02, 05 and 5E. RGB value is (2,5,94). Sum of RGB (Red+Green+Blue) = 2+5+94=101 (13% of max value = 765). Red value is 2 (1.17% from 255 or 1.98% from 101); Green value is 5 (2.34% from 255 or 4.95% from 101); Blue value is 94 (37.11% from 255 or 93.07% from 101); Max value from RGB is 94 - color contains mainly: blue. Hex color #02055E is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #02055E is #FDFAA1. Grayscale: #0D0D0D. Windows color (decimal): -16644770 or 6161666. OLE color: 6161666.

HSL color Cylindrical-coordinate representation of color #02055E: hue angle of 238.04º degrees, saturation: 0.96, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #02055E is Cyan = 0.98, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB2594-
CMYK0.980.9500.63
HSL238.04º95.83%18.82%-
HSV(B)238.04º97.87%36.86%-
XYZ2.10.9310.66-
YUV14.25173.01119.26-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.98%
GREEN value IS 5 (2.34% from 255) = 4.95%
BLUE value IS 94 (37.11% from 255) = 93.07%
R=1.98%
G=4.95%
B=93.07%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal25940.980.9500.63238.0495.8318.82
Hex255E625F03Fee6013
Octal2513614213707735614023
Binary10101101111011000101011111011111111101110110000010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02055E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #02055E; }

 p { color: rgb(2,5,94); }

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

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

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

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

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

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

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