#060263

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

Shades of Navy #060263

Tints of Navy #060263

Color information

#060263 (or 0x060263) is unknown color: approx Navy. HEX triplet: 06, 02 and 63. RGB value is (6,2,99). Sum of RGB (Red+Green+Blue) = 6+2+99=107 (14% of max value = 765). Red value is 6 (2.73% from 255 or 5.61% from 107); Green value is 2 (1.17% from 255 or 1.87% from 107); Blue value is 99 (39.06% from 255 or 92.52% from 107); Max value from RGB is 99 - color contains mainly: blue. Hex color #060263 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #060263 is #F9FD9C. Grayscale: #0D0D0D. Windows color (decimal): -16383389 or 6488582. OLE color: 6488582.

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

Color convert

RGB6299-
CMYK0.940.9800.61
HSL242.47º96.04%19.8%-
HSV(B)242.47º97.98%38.82%-
XYZ2.350.9811.87-
YUV14.25175.83122.11-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 5.61%
GREEN value IS 2 (1.17% from 255) = 1.87%
BLUE value IS 99 (39.06% from 255) = 92.52%
R=5.61%
G=1.87%
B=92.52%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal62990.940.9800.61242.4796.0419.8
Hex62635E6203Df26014
Octal6214313614207536214024
Binary11010110001110111101100010011110111110010110000010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #060263

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #060263; }

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

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

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

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

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

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

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

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