#061684

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

Shades of Navy #061684

Tints of Navy #061684

Color information

#061684 (or 0x061684) is unknown color: approx Navy. HEX triplet: 06, 16 and 84. RGB value is (6,22,132). Sum of RGB (Red+Green+Blue) = 6+22+132=160 (21% of max value = 765). Red value is 6 (2.73% from 255 or 3.75% from 160); Green value is 22 (8.98% from 255 or 13.75% from 160); Blue value is 132 (51.95% from 255 or 82.5% from 160); Max value from RGB is 132 - color contains mainly: blue. Hex color #061684 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #061684 is #F9E97B. Grayscale: #1D1D1D. Windows color (decimal): -16378236 or 8656390. OLE color: 8656390.

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

Color convert

RGB622132-
CMYK0.950.8300.48
HSL232.38º91.3%27.06%-
HSV(B)232.38º95.45%51.76%-
XYZ4.532.2822.03-
YUV29.76185.7111.06-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 3.75%
GREEN value IS 22 (8.98% from 255) = 13.75%
BLUE value IS 132 (51.95% from 255) = 82.5%
R=3.75%
G=13.75%
B=82.5%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal6221320.950.8300.48232.3891.327.06
Hex616845F53030e85b1b
Octal62620413712306035013333
Binary110101101000010010111111010011011000011101000101101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #061684

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #061684; }

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

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

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

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

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

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

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

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