#020567

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

Shades of Navy #020567

Tints of Navy #020567

Color information

#020567 (or 0x020567) is unknown color: approx Navy. HEX triplet: 02, 05 and 67. RGB value is (2,5,103). Sum of RGB (Red+Green+Blue) = 2+5+103=110 (14% of max value = 765). Red value is 2 (1.17% from 255 or 1.82% from 110); Green value is 5 (2.34% from 255 or 4.55% from 110); Blue value is 103 (40.62% from 255 or 93.64% from 110); Max value from RGB is 103 - color contains mainly: blue. Hex color #020567 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #020567 is #FDFA98. Grayscale: #0E0E0E. Windows color (decimal): -16644761 or 6751490. OLE color: 6751490.

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

Color convert

RGB25103-
CMYK0.980.9500.60
HSL238.22º96.19%20.59%-
HSV(B)238.22º98.06%40.39%-
XYZ2.531.112.91-
YUV15.28177.51118.53-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.82%
GREEN value IS 5 (2.34% from 255) = 4.55%
BLUE value IS 103 (40.62% from 255) = 93.64%
R=1.82%
G=4.55%
B=93.64%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal251030.980.9500.60238.2296.1920.59
Hex2567625F03Cee6015
Octal2514714213707435614025
Binary10101110011111000101011111011110011101110110000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #020567

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #020567; }

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

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

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

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

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

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

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

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