#031B8F

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

Shades of Smalt #031B8F

Tints of Smalt #031B8F

Color information

#031B8F (or 0x031B8F) is unknown color: approx Smalt. HEX triplet: 03, 1B and 8F. RGB value is (3,27,143). Sum of RGB (Red+Green+Blue) = 3+27+143=173 (22% of max value = 765). Red value is 3 (1.56% from 255 or 1.73% from 173); Green value is 27 (10.94% from 255 or 15.61% from 173); Blue value is 143 (56.25% from 255 or 82.66% from 173); Max value from RGB is 143 - color contains mainly: blue. Hex color #031B8F is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #031B8F is #FCE470. Grayscale: #202020. Windows color (decimal): -16573553 or 9378563. OLE color: 9378563.

HSL color Cylindrical-coordinate representation of color #031B8F: hue angle of 229.71º degrees, saturation: 0.96, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #031B8F is Cyan = 0.98, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB327143-
CMYK0.980.8100.44
HSL229.71º95.89%28.63%-
HSV(B)229.71º97.9%56.08%-
XYZ5.392.7926.24-
YUV33.05190.05106.57-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.73%
GREEN value IS 27 (10.94% from 255) = 15.61%
BLUE value IS 143 (56.25% from 255) = 82.66%
R=1.73%
G=15.61%
B=82.66%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal3271430.980.8100.44229.7195.8928.63
Hex31B8F625102Ce6601d
Octal33321714212105434614035
Binary11110111000111111000101010001010110011100110110000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #031B8F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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