#02056C

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

Shades of Navy #02056C

Tints of Navy #02056C

Color information

#02056C (or 0x02056C) is unknown color: approx Navy. HEX triplet: 02, 05 and 6C. RGB value is (2,5,108). Sum of RGB (Red+Green+Blue) = 2+5+108=115 (15% of max value = 765). Red value is 2 (1.17% from 255 or 1.74% from 115); Green value is 5 (2.34% from 255 or 4.35% from 115); Blue value is 108 (42.58% from 255 or 93.91% from 115); Max value from RGB is 108 - color contains mainly: blue. Hex color #02056C is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #02056C is #FDFA93. Grayscale: #0F0F0F. Windows color (decimal): -16644756 or 7079170. OLE color: 7079170.

HSL color Cylindrical-coordinate representation of color #02056C: hue angle of 238.3º degrees, saturation: 0.96, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #02056C is Cyan = 0.98, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB25108-
CMYK0.980.9500.58
HSL238.3º96.36%21.57%-
HSV(B)238.3º98.15%42.35%-
XYZ2.791.214.27-
YUV15.84180.01118.12-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.74%
GREEN value IS 5 (2.34% from 255) = 4.35%
BLUE value IS 108 (42.58% from 255) = 93.91%
R=1.74%
G=4.35%
B=93.91%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal251080.980.9500.58238.396.3621.57
Hex256C625F03Aee6016
Octal2515414213707235614026
Binary10101110110011000101011111011101011101110110000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02056C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #02056C; }

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

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

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

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

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

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

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

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