#031091

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

Shades of Dark Blue #031091

Tints of Dark Blue #031091

Color information

#031091 (or 0x031091) is unknown color: approx Dark Blue. HEX triplet: 03, 10 and 91. RGB value is (3,16,145). Sum of RGB (Red+Green+Blue) = 3+16+145=164 (21% of max value = 765). Red value is 3 (1.56% from 255 or 1.83% from 164); Green value is 16 (6.64% from 255 or 9.76% from 164); Blue value is 145 (57.03% from 255 or 88.41% from 164); Max value from RGB is 145 - color contains mainly: blue. Hex color #031091 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #031091 is #FCEF6E. Grayscale: #1A1A1A. Windows color (decimal): -16576367 or 9506819. OLE color: 9506819.

HSL color Cylindrical-coordinate representation of color #031091: hue angle of 234.51º degrees, saturation: 0.96, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #031091 is Cyan = 0.98, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB316145-
CMYK0.980.8900.43
HSL234.51º95.95%29.02%-
HSV(B)234.51º97.93%56.86%-
XYZ5.332.4326.98-
YUV26.82194.69111.01-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.83%
GREEN value IS 16 (6.64% from 255) = 9.76%
BLUE value IS 145 (57.03% from 255) = 88.41%
R=1.83%
G=9.76%
B=88.41%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal3161450.980.8900.43234.5195.9529.02
Hex31091625902Beb601d
Octal32022114213105335314035
Binary11100001001000111000101011001010101111101011110000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #031091

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #031091; }

 p { color: rgb(3,16,145); }

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

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

 a { background-color: rgb(3,16,145); }

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

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

 span { border-color: rgb(3,16,145); }

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