#031B55

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

Shades of Sapphire #031B55

Tints of Sapphire #031B55

Color information

#031B55 (or 0x031B55) is unknown color: approx Sapphire. HEX triplet: 03, 1B and 55. RGB value is (3,27,85). Sum of RGB (Red+Green+Blue) = 3+27+85=115 (15% of max value = 765). Red value is 3 (1.56% from 255 or 2.61% from 115); Green value is 27 (10.94% from 255 or 23.48% from 115); Blue value is 85 (33.59% from 255 or 73.91% from 115); Max value from RGB is 85 - color contains mainly: blue. Hex color #031B55 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #031B55 is #FCE4AA. Grayscale: #1A1A1A. Windows color (decimal): -16573611 or 5577475. OLE color: 5577475.

HSL color Cylindrical-coordinate representation of color #031B55: hue angle of 222.44º degrees, saturation: 0.93, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #031B55 is Cyan = 0.96, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB32785-
CMYK0.960.6800.67
HSL222.44º93.18%17.25%-
HSV(B)222.44º96.47%33.33%-
XYZ2.071.468.77-
YUV26.44161.05111.28-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.61%
GREEN value IS 27 (10.94% from 255) = 23.48%
BLUE value IS 85 (33.59% from 255) = 73.91%
R=2.61%
G=23.48%
B=73.91%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal327850.960.6800.67222.4493.1817.25
Hex31B556044043de5d11
Octal333125140104010333613521
Binary11110111010101110000010001000100001111011110101110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #031B55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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