#061480

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

Shades of Navy #061480

Tints of Navy #061480

Color information

#061480 (or 0x061480) is unknown color: approx Navy. HEX triplet: 06, 14 and 80. RGB value is (6,20,128). Sum of RGB (Red+Green+Blue) = 6+20+128=154 (20% of max value = 765). Red value is 6 (2.73% from 255 or 3.90% from 154); Green value is 20 (8.20% from 255 or 12.99% from 154); Blue value is 128 (50.39% from 255 or 83.12% from 154); Max value from RGB is 128 - color contains mainly: blue. Hex color #061480 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #061480 is #F9EB7F. Grayscale: #1B1B1B. Windows color (decimal): -16378752 or 8393734. OLE color: 8393734.

HSL color Cylindrical-coordinate representation of color #061480: hue angle of 233.11º 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 #061480 is Cyan = 0.95, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB620128-
CMYK0.950.8400.50
HSL233.11º91.04%26.27%-
HSV(B)233.11º95.31%50.2%-
XYZ4.222.120.6-
YUV28.13184.36112.22-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 3.90%
GREEN value IS 20 (8.20% from 255) = 12.99%
BLUE value IS 128 (50.39% from 255) = 83.12%
R=3.90%
G=12.99%
B=83.12%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal6201280.950.8400.50233.1191.0426.27
Hex614805F54032e95b1a
Octal62420013712406235113332
Binary110101001000000010111111010100011001011101001101101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #061480

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #061480; }

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

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

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

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

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

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

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

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