#060780

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

Shades of Navy #060780

Tints of Navy #060780

Color information

#060780 (or 0x060780) is unknown color: approx Navy. HEX triplet: 06, 07 and 80. RGB value is (6,7,128). Sum of RGB (Red+Green+Blue) = 6+7+128=141 (18% of max value = 765). Red value is 6 (2.73% from 255 or 4.26% from 141); Green value is 7 (3.12% from 255 or 4.96% from 141); Blue value is 128 (50.39% from 255 or 90.78% from 141); Max value from RGB is 128 - color contains mainly: blue. Hex color #060780 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #060780 is #F9F87F. Grayscale: #141414. Windows color (decimal): -16382080 or 8390406. OLE color: 8390406.

HSL color Cylindrical-coordinate representation of color #060780: hue angle of 239.51º degrees, saturation: 0.91, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #060780 is Cyan = 0.95, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB67128-
CMYK0.950.9500.50
HSL239.51º91.04%26.27%-
HSV(B)239.51º95.31%50.2%-
XYZ4.051.7520.55-
YUV20.5188.67117.66-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 4.26%
GREEN value IS 7 (3.12% from 255) = 4.96%
BLUE value IS 128 (50.39% from 255) = 90.78%
R=4.26%
G=4.96%
B=90.78%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal671280.950.9500.50239.5191.0426.27
Hex67805F5F032f05b1a
Octal6720013713706236013332
Binary1101111000000010111111011111011001011110000101101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #060780

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #060780; }

 p { color: rgb(6,7,128); }

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

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

 a { background-color: rgb(6,7,128); }

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

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

 span { border-color: rgb(6,7,128); }

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