#020569

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

Shades of Navy #020569

Tints of Navy #020569

Color information

#020569 (or 0x020569) is unknown color: approx Navy. HEX triplet: 02, 05 and 69. RGB value is (2,5,105). Sum of RGB (Red+Green+Blue) = 2+5+105=112 (14% of max value = 765). Red value is 2 (1.17% from 255 or 1.79% from 112); Green value is 5 (2.34% from 255 or 4.46% from 112); Blue value is 105 (41.41% from 255 or 93.75% from 112); Max value from RGB is 105 - color contains mainly: blue. Hex color #020569 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #020569 is #FDFA96. Grayscale: #0F0F0F. Windows color (decimal): -16644759 or 6882562. OLE color: 6882562.

HSL color Cylindrical-coordinate representation of color #020569: hue angle of 238.25º degrees, saturation: 0.96, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #020569 is Cyan = 0.98, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB25105-
CMYK0.980.9500.59
HSL238.25º96.26%20.98%-
HSV(B)238.25º98.1%41.18%-
XYZ2.631.1413.45-
YUV15.5178.51118.37-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.79%
GREEN value IS 5 (2.34% from 255) = 4.46%
BLUE value IS 105 (41.41% from 255) = 93.75%
R=1.79%
G=4.46%
B=93.75%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal251050.980.9500.59238.2596.2620.98
Hex2569625F03Bee6015
Octal2515114213707335614025
Binary10101110100111000101011111011101111101110110000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #020569

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #020569; }

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

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

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

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

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

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

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

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