#020063

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

Shades of Navy #020063

Tints of Navy #020063

Color information

#020063 (or 0x020063) is unknown color: approx Navy. HEX triplet: 02, 00 and 63. RGB value is (2,0,99). Sum of RGB (Red+Green+Blue) = 2+0+99=101 (13% of max value = 765). Red value is 2 (1.17% from 255 or 1.98% from 101); Green value is 0 (0.39% from 255 or 0% from 101); Blue value is 99 (39.06% from 255 or 98.02% from 101); Max value from RGB is 99 - color contains mainly: blue. Hex color #020063 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #020063 is #FDFF9C. Grayscale: #0B0B0B. Windows color (decimal): -16646045 or 6488066. OLE color: 6488066.

HSL color Cylindrical-coordinate representation of color #020063: hue angle of 241.21º degrees, saturation: 1, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 1%. Process color model (Four color, CMYK) of #020063 is Cyan = 0.98, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB2099-
CMYK0.98100.61
HSL241.21º100%19.41%-
HSV(B)241.21º100%38.82%-
XYZ2.280.9111.86-
YUV11.88177.16120.95-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.98%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 99 (39.06% from 255) = 98.02%
R=1.98%
G=0%
B=98.02%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal20990.98100.61241.2110019.41
Hex2063626403Df16413
Octal2014314214407536114423
Binary100110001111000101100100011110111110001110010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #020063

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #020063; }

 p { color: rgb(2,0,99); }

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

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

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

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

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

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

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