#031359

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

Shades of Sapphire #031359

Tints of Sapphire #031359

Color information

#031359 (or 0x031359) is unknown color: approx Sapphire. HEX triplet: 03, 13 and 59. RGB value is (3,19,89). Sum of RGB (Red+Green+Blue) = 3+19+89=111 (14% of max value = 765). Red value is 3 (1.56% from 255 or 2.70% from 111); Green value is 19 (7.81% from 255 or 17.12% from 111); Blue value is 89 (35.16% from 255 or 80.18% from 111); Max value from RGB is 89 - color contains mainly: blue. Hex color #031359 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #031359 is #FCECA6. Grayscale: #151515. Windows color (decimal): -16575655 or 5837571. OLE color: 5837571.

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

Color convert

RGB31989-
CMYK0.970.7900.65
HSL228.84º93.48%18.04%-
HSV(B)228.84º96.63%34.9%-
XYZ2.071.219.57-
YUV22.2165.7114.31-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.70%
GREEN value IS 19 (7.81% from 255) = 17.12%
BLUE value IS 89 (35.16% from 255) = 80.18%
R=2.70%
G=17.12%
B=80.18%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal319890.970.7900.65228.8493.4818.04
Hex31359614F041e55d12
Octal323131141117010134513522
Binary11100111011001110000110011110100000111100101101110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #031359

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #031359; }

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

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

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

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

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

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

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

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