#031B54

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

Shades of Sapphire #031B54

Tints of Sapphire #031B54

Color information

#031B54 (or 0x031B54) is unknown color: approx Sapphire. HEX triplet: 03, 1B and 54. RGB value is (3,27,84). Sum of RGB (Red+Green+Blue) = 3+27+84=114 (15% of max value = 765). Red value is 3 (1.56% from 255 or 2.63% from 114); Green value is 27 (10.94% from 255 or 23.68% from 114); Blue value is 84 (33.20% from 255 or 73.68% from 114); Max value from RGB is 84 - color contains mainly: blue. Hex color #031B54 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #031B54 is #FCE4AB. Grayscale: #1A1A1A. Windows color (decimal): -16573612 or 5511939. OLE color: 5511939.

HSL color Cylindrical-coordinate representation of color #031B54: hue angle of 222.22º 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 #031B54 is Cyan = 0.96, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB32784-
CMYK0.960.6800.67
HSL222.22º93.1%17.06%-
HSV(B)222.22º96.43%32.94%-
XYZ2.031.448.56-
YUV26.32160.55111.37-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.63%
GREEN value IS 27 (10.94% from 255) = 23.68%
BLUE value IS 84 (33.20% from 255) = 73.68%
R=2.63%
G=23.68%
B=73.68%

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
Decimal327840.960.6800.67222.2293.117.06
Hex31B546044043de5d11
Octal333124140104010333613521
Binary11110111010100110000010001000100001111011110101110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #031B54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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