#060970

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

Shades of Navy #060970

Tints of Navy #060970

Color information

#060970 (or 0x060970) is unknown color: approx Navy. HEX triplet: 06, 09 and 70. RGB value is (6,9,112). Sum of RGB (Red+Green+Blue) = 6+9+112=127 (16% of max value = 765). Red value is 6 (2.73% from 255 or 4.72% from 127); Green value is 9 (3.91% from 255 or 7.09% from 127); Blue value is 112 (44.14% from 255 or 88.19% from 127); Max value from RGB is 112 - color contains mainly: blue. Hex color #060970 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #060970 is #F9F68F. Grayscale: #131313. Windows color (decimal): -16381584 or 7342342. OLE color: 7342342.

HSL color Cylindrical-coordinate representation of color #060970: hue angle of 238.3º degrees, saturation: 0.9, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #060970 is Cyan = 0.95, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB69112-
CMYK0.950.9200.56
HSL238.3º89.83%23.14%-
HSV(B)238.3º94.64%43.92%-
XYZ3.11.415.44-
YUV19.84180.01118.12-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 4.72%
GREEN value IS 9 (3.91% from 255) = 7.09%
BLUE value IS 112 (44.14% from 255) = 88.19%
R=4.72%
G=7.09%
B=88.19%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal691120.950.9200.56238.389.8323.14
Hex69705F5C038ee5a17
Octal61116013713407035613227
Binary1101001111000010111111011100011100011101110101101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #060970

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #060970; }

 p { color: rgb(6,9,112); }

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

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

 a { background-color: rgb(6,9,112); }

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

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

 span { border-color: rgb(6,9,112); }

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