#061584

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

Shades of Navy #061584

Tints of Navy #061584

Color information

#061584 (or 0x061584) is unknown color: approx Navy. HEX triplet: 06, 15 and 84. RGB value is (6,21,132). Sum of RGB (Red+Green+Blue) = 6+21+132=159 (21% of max value = 765). Red value is 6 (2.73% from 255 or 3.77% from 159); Green value is 21 (8.59% from 255 or 13.21% from 159); Blue value is 132 (51.95% from 255 or 83.02% from 159); Max value from RGB is 132 - color contains mainly: blue. Hex color #061584 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #061584 is #F9EA7B. Grayscale: #1C1C1C. Windows color (decimal): -16378492 or 8656134. OLE color: 8656134.

HSL color Cylindrical-coordinate representation of color #061584: hue angle of 232.86º degrees, saturation: 0.91, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #061584 is Cyan = 0.95, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB621132-
CMYK0.950.8400.48
HSL232.86º91.3%27.06%-
HSV(B)232.86º95.45%51.76%-
XYZ4.512.2422.02-
YUV29.17186.03111.47-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 3.77%
GREEN value IS 21 (8.59% from 255) = 13.21%
BLUE value IS 132 (51.95% from 255) = 83.02%
R=3.77%
G=13.21%
B=83.02%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal6211320.950.8400.48232.8691.327.06
Hex615845F54030e95b1b
Octal62520413712406035113333
Binary110101011000010010111111010100011000011101001101101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #061584

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #061584; }

 p { color: rgb(6,21,132); }

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

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

 a { background-color: rgb(6,21,132); }

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

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

 span { border-color: rgb(6,21,132); }

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