#060370

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

Shades of Navy #060370

Tints of Navy #060370

Color information

#060370 (or 0x060370) is unknown color: approx Navy. HEX triplet: 06, 03 and 70. RGB value is (6,3,112). Sum of RGB (Red+Green+Blue) = 6+3+112=121 (16% of max value = 765). Red value is 6 (2.73% from 255 or 4.96% from 121); Green value is 3 (1.56% from 255 or 2.48% from 121); Blue value is 112 (44.14% from 255 or 92.56% from 121); Max value from RGB is 112 - color contains mainly: blue. Hex color #060370 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #060370 is #F9FC8F. Grayscale: #0F0F0F. Windows color (decimal): -16383120 or 7340806. OLE color: 7340806.

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

Color convert

RGB63112-
CMYK0.950.9700.56
HSL241.65º94.78%22.55%-
HSV(B)241.65º97.32%43.92%-
XYZ3.031.2715.42-
YUV16.32181.99120.64-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 4.96%
GREEN value IS 3 (1.56% from 255) = 2.48%
BLUE value IS 112 (44.14% from 255) = 92.56%
R=4.96%
G=2.48%
B=92.56%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal631120.950.9700.56241.6594.7822.55
Hex63705F61038f25f17
Octal6316013714107036213727
Binary11011111000010111111100001011100011110010101111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #060370

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #060370; }

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

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

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

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

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

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

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

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