#031684

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

Shades of Navy #031684

Tints of Navy #031684

Color information

#031684 (or 0x031684) is unknown color: approx Navy. HEX triplet: 03, 16 and 84. RGB value is (3,22,132). Sum of RGB (Red+Green+Blue) = 3+22+132=157 (20% of max value = 765). Red value is 3 (1.56% from 255 or 1.91% from 157); Green value is 22 (8.98% from 255 or 14.01% from 157); Blue value is 132 (51.95% from 255 or 84.08% from 157); Max value from RGB is 132 - color contains mainly: blue. Hex color #031684 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #031684 is #FCE97B. Grayscale: #1C1C1C. Windows color (decimal): -16574844 or 8656387. OLE color: 8656387.

HSL color Cylindrical-coordinate representation of color #031684: hue angle of 231.16º degrees, saturation: 0.96, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #031684 is Cyan = 0.98, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB322132-
CMYK0.980.8300.48
HSL231.16º95.56%26.47%-
HSV(B)231.16º97.73%51.76%-
XYZ4.492.2622.03-
YUV28.86186.21109.56-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.91%
GREEN value IS 22 (8.98% from 255) = 14.01%
BLUE value IS 132 (51.95% from 255) = 84.08%
R=1.91%
G=14.01%
B=84.08%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal3221320.980.8300.48231.1695.5626.47
Hex316846253030e7601a
Octal32620414212306034714032
Binary11101101000010011000101010011011000011100111110000011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #031684

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #031684; }

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

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

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

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

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

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

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

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