#031B94

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

Shades of Smalt #031B94

Tints of Smalt #031B94

Color information

#031B94 (or 0x031B94) is unknown color: approx Smalt. HEX triplet: 03, 1B and 94. RGB value is (3,27,148). Sum of RGB (Red+Green+Blue) = 3+27+148=178 (23% of max value = 765). Red value is 3 (1.56% from 255 or 1.69% from 178); Green value is 27 (10.94% from 255 or 15.17% from 178); Blue value is 148 (58.20% from 255 or 83.15% from 178); Max value from RGB is 148 - color contains mainly: blue. Hex color #031B94 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #031B94 is #FCE46B. Grayscale: #212121. Windows color (decimal): -16573548 or 9706243. OLE color: 9706243.

HSL color Cylindrical-coordinate representation of color #031B94: hue angle of 230.07º degrees, saturation: 0.96, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #031B94 is Cyan = 0.98, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB327148-
CMYK0.980.8200.42
HSL230.07º96.03%29.61%-
HSV(B)230.07º97.97%58.04%-
XYZ5.772.9428.28-
YUV33.62192.55106.16-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.69%
GREEN value IS 27 (10.94% from 255) = 15.17%
BLUE value IS 148 (58.20% from 255) = 83.15%
R=1.69%
G=15.17%
B=83.15%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal3271480.980.8200.42230.0796.0329.61
Hex31B94625202Ae6601e
Octal33322414212205234614036
Binary11110111001010011000101010010010101011100110110000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #031B94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #031B94; }

 p { color: rgb(3,27,148); }

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

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

 a { background-color: rgb(3,27,148); }

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

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

 span { border-color: rgb(3,27,148); }

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