#031459

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

Shades of Sapphire #031459

Tints of Sapphire #031459

Color information

#031459 (or 0x031459) is unknown color: approx Sapphire. HEX triplet: 03, 14 and 59. RGB value is (3,20,89). Sum of RGB (Red+Green+Blue) = 3+20+89=112 (14% of max value = 765). Red value is 3 (1.56% from 255 or 2.68% from 112); Green value is 20 (8.20% from 255 or 17.86% from 112); Blue value is 89 (35.16% from 255 or 79.46% from 112); Max value from RGB is 89 - color contains mainly: blue. Hex color #031459 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #031459 is #FCEBA6. Grayscale: #161616. Windows color (decimal): -16575399 or 5837827. OLE color: 5837827.

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

Color convert

RGB32089-
CMYK0.970.7800.65
HSL228.14º93.48%18.04%-
HSV(B)228.14º96.63%34.9%-
XYZ2.091.249.58-
YUV22.78165.37113.89-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.68%
GREEN value IS 20 (8.20% from 255) = 17.86%
BLUE value IS 89 (35.16% from 255) = 79.46%
R=2.68%
G=17.86%
B=79.46%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal320890.970.7800.65228.1493.4818.04
Hex31459614E041e45d12
Octal324131141116010134413522
Binary11101001011001110000110011100100000111100100101110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #031459

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #031459; }

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

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

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

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

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

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

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

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