#060271

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

Shades of Navy #060271

Tints of Navy #060271

Color information

#060271 (or 0x060271) is unknown color: approx Navy. HEX triplet: 06, 02 and 71. RGB value is (6,2,113). Sum of RGB (Red+Green+Blue) = 6+2+113=121 (16% of max value = 765). Red value is 6 (2.73% from 255 or 4.96% from 121); Green value is 2 (1.17% from 255 or 1.65% from 121); Blue value is 113 (44.53% from 255 or 93.39% from 121); Max value from RGB is 113 - color contains mainly: blue. Hex color #060271 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #060271 is #F9FD8E. Grayscale: #0F0F0F. Windows color (decimal): -16383375 or 7406086. OLE color: 7406086.

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

Color convert

RGB62113-
CMYK0.950.9800.56
HSL242.16º96.52%22.55%-
HSV(B)242.16º98.23%44.31%-
XYZ3.081.2715.71-
YUV15.85182.83120.97-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 4.96%
GREEN value IS 2 (1.17% from 255) = 1.65%
BLUE value IS 113 (44.53% from 255) = 93.39%
R=4.96%
G=1.65%
B=93.39%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal621130.950.9800.56242.1696.5222.55
Hex62715F62038f26117
Octal6216113714207036214127
Binary11010111000110111111100010011100011110010110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #060271

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #060271; }

 p { color: rgb(6,2,113); }

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

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

 a { background-color: rgb(6,2,113); }

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

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

 span { border-color: rgb(6,2,113); }

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