#060573

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

Shades of Navy #060573

Tints of Navy #060573

Color information

#060573 (or 0x060573) is unknown color: approx Navy. HEX triplet: 06, 05 and 73. RGB value is (6,5,115). Sum of RGB (Red+Green+Blue) = 6+5+115=126 (16% of max value = 765). Red value is 6 (2.73% from 255 or 4.76% from 126); Green value is 5 (2.34% from 255 or 3.97% from 126); Blue value is 115 (45.31% from 255 or 91.27% from 126); Max value from RGB is 115 - color contains mainly: blue. Hex color #060573 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #060573 is #F9FA8C. Grayscale: #111111. Windows color (decimal): -16382605 or 7537926. OLE color: 7537926.

HSL color Cylindrical-coordinate representation of color #060573: hue angle of 240.55º degrees, saturation: 0.92, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #060573 is Cyan = 0.95, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB65115-
CMYK0.950.9600.55
HSL240.55º91.67%23.53%-
HSV(B)240.55º95.65%45.1%-
XYZ3.221.3916.32-
YUV17.84182.83119.56-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 4.76%
GREEN value IS 5 (2.34% from 255) = 3.97%
BLUE value IS 115 (45.31% from 255) = 91.27%
R=4.76%
G=3.97%
B=91.27%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal651150.950.9600.55240.5591.6723.53
Hex65735F60037f15c18
Octal6516313714006736113430
Binary110101111001110111111100000011011111110001101110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #060573

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #060573; }

 p { color: rgb(6,5,115); }

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

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

 a { background-color: rgb(6,5,115); }

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

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

 span { border-color: rgb(6,5,115); }

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