#031481

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

Shades of Navy #031481

Tints of Navy #031481

Color information

#031481 (or 0x031481) is unknown color: approx Navy. HEX triplet: 03, 14 and 81. RGB value is (3,20,129). Sum of RGB (Red+Green+Blue) = 3+20+129=152 (20% of max value = 765). Red value is 3 (1.56% from 255 or 1.97% from 152); Green value is 20 (8.20% from 255 or 13.16% from 152); Blue value is 129 (50.78% from 255 or 84.87% from 152); Max value from RGB is 129 - color contains mainly: blue. Hex color #031481 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #031481 is #FCEB7E. Grayscale: #1A1A1A. Windows color (decimal): -16575359 or 8459267. OLE color: 8459267.

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

Color convert

RGB320129-
CMYK0.980.8400.49
HSL231.9º95.45%25.88%-
HSV(B)231.9º97.67%50.59%-
XYZ4.252.120.95-
YUV27.34185.37110.64-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.97%
GREEN value IS 20 (8.20% from 255) = 13.16%
BLUE value IS 129 (50.78% from 255) = 84.87%
R=1.97%
G=13.16%
B=84.87%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal3201290.980.8400.49231.995.4525.88
Hex314816254031e85f1a
Octal32420114212406135013732
Binary11101001000000111000101010100011000111101000101111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #031481

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #031481; }

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

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

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

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

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

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

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

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