#031192

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

Shades of Dark Blue #031192

Tints of Dark Blue #031192

Color information

#031192 (or 0x031192) is unknown color: approx Dark Blue. HEX triplet: 03, 11 and 92. RGB value is (3,17,146). Sum of RGB (Red+Green+Blue) = 3+17+146=166 (21% of max value = 765). Red value is 3 (1.56% from 255 or 1.81% from 166); Green value is 17 (7.03% from 255 or 10.24% from 166); Blue value is 146 (57.42% from 255 or 87.95% from 166); Max value from RGB is 146 - color contains mainly: blue. Hex color #031192 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #031192 is #FCEE6D. Grayscale: #1A1A1A. Windows color (decimal): -16576110 or 9572611. OLE color: 9572611.

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

Color convert

RGB317146-
CMYK0.980.8800.43
HSL234.13º95.97%29.22%-
HSV(B)234.13º97.95%57.25%-
XYZ5.432.527.39-
YUV27.52194.86110.51-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.81%
GREEN value IS 17 (7.03% from 255) = 10.24%
BLUE value IS 146 (57.42% from 255) = 87.95%
R=1.81%
G=10.24%
B=87.95%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal3171460.980.8800.43234.1395.9729.22
Hex31192625802Bea601d
Octal32122214213005335214035
Binary11100011001001011000101011000010101111101010110000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #031192

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #031192; }

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

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

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

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

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

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

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

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