#031181

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

Shades of Navy #031181

Tints of Navy #031181

Color information

#031181 (or 0x031181) is unknown color: approx Navy. HEX triplet: 03, 11 and 81. RGB value is (3,17,129). Sum of RGB (Red+Green+Blue) = 3+17+129=149 (19% of max value = 765). Red value is 3 (1.56% from 255 or 2.01% from 149); Green value is 17 (7.03% from 255 or 11.41% from 149); Blue value is 129 (50.78% from 255 or 86.58% from 149); Max value from RGB is 129 - color contains mainly: blue. Hex color #031181 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #031181 is #FCEE7E. Grayscale: #191919. Windows color (decimal): -16576127 or 8458499. OLE color: 8458499.

HSL color Cylindrical-coordinate representation of color #031181: hue angle of 233.33º degrees, saturation: 0.95, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #031181 is Cyan = 0.98, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB317129-
CMYK0.980.8700.49
HSL233.33º95.45%25.88%-
HSV(B)233.33º97.67%50.59%-
XYZ4.22.0120.93-
YUV25.58186.36111.89-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.01%
GREEN value IS 17 (7.03% from 255) = 11.41%
BLUE value IS 129 (50.78% from 255) = 86.58%
R=2.01%
G=11.41%
B=86.58%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal3171290.980.8700.49233.3395.4525.88
Hex311816257031e95f1a
Octal32120114212706135113732
Binary11100011000000111000101010111011000111101001101111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #031181

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #031181; }

 p { color: rgb(3,17,129); }

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

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

 a { background-color: rgb(3,17,129); }

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

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

 span { border-color: rgb(3,17,129); }

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