#031092

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

Shades of Dark Blue #031092

Tints of Dark Blue #031092

Color information

#031092 (or 0x031092) is unknown color: approx Dark Blue. HEX triplet: 03, 10 and 92. RGB value is (3,16,146). Sum of RGB (Red+Green+Blue) = 3+16+146=165 (21% of max value = 765). Red value is 3 (1.56% from 255 or 1.82% from 165); Green value is 16 (6.64% from 255 or 9.70% from 165); Blue value is 146 (57.42% from 255 or 88.48% from 165); Max value from RGB is 146 - color contains mainly: blue. Hex color #031092 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #031092 is #FCEF6D. Grayscale: #1A1A1A. Windows color (decimal): -16576366 or 9572355. OLE color: 9572355.

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

Color convert

RGB316146-
CMYK0.980.8900.43
HSL234.55º95.97%29.22%-
HSV(B)234.55º97.95%57.25%-
XYZ5.412.4727.38-
YUV26.93195.19110.93-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.82%
GREEN value IS 16 (6.64% from 255) = 9.70%
BLUE value IS 146 (57.42% from 255) = 88.48%
R=1.82%
G=9.70%
B=88.48%

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
Decimal3161460.980.8900.43234.5595.9729.22
Hex31092625902Beb601d
Octal32022214213105335314035
Binary11100001001001011000101011001010101111101011110000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #031092

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #031092; }

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

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

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

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

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

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

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

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