#060063

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

Shades of Navy #060063

Tints of Navy #060063

Color information

#060063 (or 0x060063) is unknown color: approx Navy. HEX triplet: 06, 00 and 63. RGB value is (6,0,99). Sum of RGB (Red+Green+Blue) = 6+0+99=105 (13% of max value = 765). Red value is 6 (2.73% from 255 or 5.71% from 105); Green value is 0 (0.39% from 255 or 0% from 105); Blue value is 99 (39.06% from 255 or 94.29% from 105); Max value from RGB is 99 - color contains mainly: blue. Hex color #060063 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #060063 is #F9FF9C. Grayscale: #0C0C0C. Windows color (decimal): -16383901 or 6488070. OLE color: 6488070.

HSL color Cylindrical-coordinate representation of color #060063: hue angle of 243.64º 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 #060063 is Cyan = 0.94, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB6099-
CMYK0.94100.61
HSL243.64º100%19.41%-
HSV(B)243.64º100%38.82%-
XYZ2.330.9411.86-
YUV13.08176.49122.95-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 5.71%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 99 (39.06% from 255) = 94.29%
R=5.71%
G=0%
B=94.29%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal60990.94100.61243.6410019.41
Hex60635E6403Df46413
Octal6014313614407536414423
Binary1100110001110111101100100011110111110100110010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #060063

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #060063; }

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

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

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

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

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

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

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

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