#031351

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

Shades of Sapphire #031351

Tints of Sapphire #031351

Color information

#031351 (or 0x031351) is unknown color: approx Sapphire. HEX triplet: 03, 13 and 51. RGB value is (3,19,81). Sum of RGB (Red+Green+Blue) = 3+19+81=103 (13% of max value = 765). Red value is 3 (1.56% from 255 or 2.91% from 103); Green value is 19 (7.81% from 255 or 18.45% from 103); Blue value is 81 (32.03% from 255 or 78.64% from 103); Max value from RGB is 81 - color contains mainly: blue. Hex color #031351 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #031351 is #FCECAE. Grayscale: #151515. Windows color (decimal): -16575663 or 5313283. OLE color: 5313283.

HSL color Cylindrical-coordinate representation of color #031351: hue angle of 227.69º degrees, saturation: 0.93, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #031351 is Cyan = 0.96, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB31981-
CMYK0.960.7700.68
HSL227.69º92.86%16.47%-
HSV(B)227.69º96.3%31.76%-
XYZ1.761.087.9-
YUV21.28161.7114.96-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.91%
GREEN value IS 19 (7.81% from 255) = 18.45%
BLUE value IS 81 (32.03% from 255) = 78.64%
R=2.91%
G=18.45%
B=78.64%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal319810.960.7700.68227.6992.8616.47
Hex31351604D044e45d10
Octal323121140115010434413520
Binary11100111010001110000010011010100010011100100101110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #031351

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #031351; }

 p { color: rgb(3,19,81); }

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

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

 a { background-color: rgb(3,19,81); }

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

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

 span { border-color: rgb(3,19,81); }

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