#031F59

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

Shades of Sapphire #031F59

Tints of Sapphire #031F59

Color information

#031F59 (or 0x031F59) is unknown color: approx Sapphire. HEX triplet: 03, 1F and 59. RGB value is (3,31,89). Sum of RGB (Red+Green+Blue) = 3+31+89=123 (16% of max value = 765). Red value is 3 (1.56% from 255 or 2.44% from 123); Green value is 31 (12.5% from 255 or 25.20% from 123); Blue value is 89 (35.16% from 255 or 72.36% from 123); Max value from RGB is 89 - color contains mainly: blue. Hex color #031F59 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #031F59 is #FCE0A6. Grayscale: #1C1C1C. Windows color (decimal): -16572583 or 5840643. OLE color: 5840643.

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

Color convert

RGB33189-
CMYK0.970.6500.65
HSL220.47º93.48%18.04%-
HSV(B)220.47º96.63%34.9%-
XYZ2.331.729.66-
YUV29.24161.72109.28-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.44%
GREEN value IS 31 (12.5% from 255) = 25.20%
BLUE value IS 89 (35.16% from 255) = 72.36%
R=2.44%
G=25.20%
B=72.36%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal331890.970.6500.65220.4793.4818.04
Hex31F596141041dc5d12
Octal337131141101010133413522
Binary11111111011001110000110000010100000111011100101110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #031F59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #031F59; }

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

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

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

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

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

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

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

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