#031059

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

Shades of Sapphire #031059

Tints of Sapphire #031059

Color information

#031059 (or 0x031059) is unknown color: approx Sapphire. HEX triplet: 03, 10 and 59. RGB value is (3,16,89). Sum of RGB (Red+Green+Blue) = 3+16+89=108 (14% of max value = 765). Red value is 3 (1.56% from 255 or 2.78% from 108); Green value is 16 (6.64% from 255 or 14.81% from 108); Blue value is 89 (35.16% from 255 or 82.41% from 108); Max value from RGB is 89 - color contains mainly: blue. Hex color #031059 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #031059 is #FCEFA6. Grayscale: #141414. Windows color (decimal): -16576423 or 5836803. OLE color: 5836803.

HSL color Cylindrical-coordinate representation of color #031059: hue angle of 230.93º 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 #031059 is Cyan = 0.97, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB31689-
CMYK0.970.8200.65
HSL230.93º93.48%18.04%-
HSV(B)230.93º96.63%34.9%-
XYZ2.031.119.56-
YUV20.44166.69115.56-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.78%
GREEN value IS 16 (6.64% from 255) = 14.81%
BLUE value IS 89 (35.16% from 255) = 82.41%
R=2.78%
G=14.81%
B=82.41%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal316890.970.8200.65230.9393.4818.04
Hex310596152041e75d12
Octal320131141122010134713522
Binary11100001011001110000110100100100000111100111101110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #031059

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #031059; }

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

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

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

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

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

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

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

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