#060273

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

Shades of Navy #060273

Tints of Navy #060273

Color information

#060273 (or 0x060273) is unknown color: approx Navy. HEX triplet: 06, 02 and 73. RGB value is (6,2,115). Sum of RGB (Red+Green+Blue) = 6+2+115=123 (16% of max value = 765). Red value is 6 (2.73% from 255 or 4.88% from 123); Green value is 2 (1.17% from 255 or 1.63% from 123); Blue value is 115 (45.31% from 255 or 93.50% from 123); Max value from RGB is 115 - color contains mainly: blue. Hex color #060273 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #060273 is #F9FD8C. Grayscale: #0F0F0F. Windows color (decimal): -16383373 or 7537158. OLE color: 7537158.

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

Color convert

RGB62115-
CMYK0.950.9800.55
HSL242.12º96.58%22.94%-
HSV(B)242.12º98.26%45.1%-
XYZ3.191.3216.31-
YUV16.08183.83120.81-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 4.88%
GREEN value IS 2 (1.17% from 255) = 1.63%
BLUE value IS 115 (45.31% from 255) = 93.50%
R=4.88%
G=1.63%
B=93.50%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal621150.950.9800.55242.1296.5822.94
Hex62735F62037f26117
Octal6216313714206736214127
Binary11010111001110111111100010011011111110010110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #060273

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #060273; }

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

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

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

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

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

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

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

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