#060160

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

Shades of Navy #060160

Tints of Navy #060160

Color information

#060160 (or 0x060160) is unknown color: approx Navy. HEX triplet: 06, 01 and 60. RGB value is (6,1,96). Sum of RGB (Red+Green+Blue) = 6+1+96=103 (13% of max value = 765). Red value is 6 (2.73% from 255 or 5.83% from 103); Green value is 1 (0.78% from 255 or 0.97% from 103); Blue value is 96 (37.89% from 255 or 93.20% from 103); Max value from RGB is 96 - color contains mainly: blue. Hex color #060160 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #060160 is #F9FE9F. Grayscale: #0C0C0C. Windows color (decimal): -16383648 or 6291718. OLE color: 6291718.

HSL color Cylindrical-coordinate representation of color #060160: hue angle of 243.16º degrees, saturation: 0.98, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #060160 is Cyan = 0.94, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB6196-
CMYK0.940.9900.62
HSL243.16º97.94%19.02%-
HSV(B)243.16º98.96%37.65%-
XYZ2.20.911.13-
YUV13.32174.66122.78-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 5.83%
GREEN value IS 1 (0.78% from 255) = 0.97%
BLUE value IS 96 (37.89% from 255) = 93.20%
R=5.83%
G=0.97%
B=93.20%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal61960.940.9900.62243.1697.9419.02
Hex61605E6303Ef36213
Octal6114013614307636314223
Binary1101110000010111101100011011111011110011110001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #060160

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #060160; }

 p { color: rgb(6,1,96); }

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

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

 a { background-color: rgb(6,1,96); }

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

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

 span { border-color: rgb(6,1,96); }

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