#060073

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

Shades of Navy #060073

Tints of Navy #060073

Color information

#060073 (or 0x060073) is unknown color: approx Navy. HEX triplet: 06, 00 and 73. RGB value is (6,0,115). Sum of RGB (Red+Green+Blue) = 6+0+115=121 (16% of max value = 765). Red value is 6 (2.73% from 255 or 4.96% from 121); Green value is 0 (0.39% from 255 or 0% from 121); Blue value is 115 (45.31% from 255 or 95.04% from 121); Max value from RGB is 115 - color contains mainly: blue. Hex color #060073 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #060073 is #F9FF8C. Grayscale: #0E0E0E. Windows color (decimal): -16383885 or 7536646. OLE color: 7536646.

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

Color convert

RGB60115-
CMYK0.95100.55
HSL243.13º100%22.55%-
HSV(B)243.13º100%45.1%-
XYZ3.171.2816.3-
YUV14.9184.49121.65-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 4.96%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 115 (45.31% from 255) = 95.04%
R=4.96%
G=0%
B=95.04%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal601150.95100.55243.1310022.55
Hex60735F64037f36417
Octal6016313714406736314427
Binary1100111001110111111100100011011111110011110010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #060073

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #060073; }

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

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

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

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

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

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

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

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