#031357

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

Shades of Sapphire #031357

Tints of Sapphire #031357

Color information

#031357 (or 0x031357) is unknown color: approx Sapphire. HEX triplet: 03, 13 and 57. RGB value is (3,19,87). Sum of RGB (Red+Green+Blue) = 3+19+87=109 (14% of max value = 765). Red value is 3 (1.56% from 255 or 2.75% from 109); Green value is 19 (7.81% from 255 or 17.43% from 109); Blue value is 87 (34.38% from 255 or 79.82% from 109); Max value from RGB is 87 - color contains mainly: blue. Hex color #031357 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #031357 is #FCECA8. Grayscale: #151515. Windows color (decimal): -16575657 or 5706499. OLE color: 5706499.

HSL color Cylindrical-coordinate representation of color #031357: hue angle of 228.57º degrees, saturation: 0.93, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #031357 is Cyan = 0.97, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB31987-
CMYK0.970.7800.66
HSL228.57º93.33%17.65%-
HSV(B)228.57º96.55%34.12%-
XYZ1.991.179.14-
YUV21.97164.7114.47-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.75%
GREEN value IS 19 (7.81% from 255) = 17.43%
BLUE value IS 87 (34.38% from 255) = 79.82%
R=2.75%
G=17.43%
B=79.82%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal319870.970.7800.66228.5793.3317.65
Hex31357614E042e55d12
Octal323127141116010234513522
Binary11100111010111110000110011100100001011100101101110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #031357

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #031357; }

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

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

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

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

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

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

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

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