#060280

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

Shades of Navy #060280

Tints of Navy #060280

Color information

#060280 (or 0x060280) is unknown color: approx Navy. HEX triplet: 06, 02 and 80. RGB value is (6,2,128). Sum of RGB (Red+Green+Blue) = 6+2+128=136 (18% of max value = 765). Red value is 6 (2.73% from 255 or 4.41% from 136); Green value is 2 (1.17% from 255 or 1.47% from 136); Blue value is 128 (50.39% from 255 or 94.12% from 136); Max value from RGB is 128 - color contains mainly: blue. Hex color #060280 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #060280 is #F9FD7F. Grayscale: #111111. Windows color (decimal): -16383360 or 8389126. OLE color: 8389126.

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

Color convert

RGB62128-
CMYK0.950.9800.50
HSL241.9º96.92%25.49%-
HSV(B)241.9º98.44%50.2%-
XYZ3.991.6420.53-
YUV17.56190.33119.75-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 4.41%
GREEN value IS 2 (1.17% from 255) = 1.47%
BLUE value IS 128 (50.39% from 255) = 94.12%
R=4.41%
G=1.47%
B=94.12%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal621280.950.9800.50241.996.9225.49
Hex62805F62032f26119
Octal6220013714206236214131
Binary110101000000010111111100010011001011110010110000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #060280

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #060280; }

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

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

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

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

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

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

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

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