#031883

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

Shades of Navy #031883

Tints of Navy #031883

Color information

#031883 (or 0x031883) is unknown color: approx Navy. HEX triplet: 03, 18 and 83. RGB value is (3,24,131). Sum of RGB (Red+Green+Blue) = 3+24+131=158 (20% of max value = 765). Red value is 3 (1.56% from 255 or 1.90% from 158); Green value is 24 (9.77% from 255 or 15.19% from 158); Blue value is 131 (51.56% from 255 or 82.91% from 158); Max value from RGB is 131 - color contains mainly: blue. Hex color #031883 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #031883 is #FCE77C. Grayscale: #1D1D1D. Windows color (decimal): -16574333 or 8591363. OLE color: 8591363.

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

Color convert

RGB324131-
CMYK0.980.8200.49
HSL230.16º95.52%26.27%-
HSV(B)230.16º97.71%51.37%-
XYZ4.462.3121.68-
YUV29.92185.04108.8-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.90%
GREEN value IS 24 (9.77% from 255) = 15.19%
BLUE value IS 131 (51.56% from 255) = 82.91%
R=1.90%
G=15.19%
B=82.91%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal3241310.980.8200.49230.1695.5226.27
Hex318836252031e6601a
Octal33020314212206134614032
Binary11110001000001111000101010010011000111100110110000011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #031883

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #031883; }

 p { color: rgb(3,24,131); }

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

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

 a { background-color: rgb(3,24,131); }

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

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

 span { border-color: rgb(3,24,131); }

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