#031D59

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

Shades of Sapphire #031D59

Tints of Sapphire #031D59

Color information

#031D59 (or 0x031D59) is unknown color: approx Sapphire. HEX triplet: 03, 1D and 59. RGB value is (3,29,89). Sum of RGB (Red+Green+Blue) = 3+29+89=121 (16% of max value = 765). Red value is 3 (1.56% from 255 or 2.48% from 121); Green value is 29 (11.72% from 255 or 23.97% from 121); Blue value is 89 (35.16% from 255 or 73.55% from 121); Max value from RGB is 89 - color contains mainly: blue. Hex color #031D59 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #031D59 is #FCE2A6. Grayscale: #1B1B1B. Windows color (decimal): -16573095 or 5840131. OLE color: 5840131.

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

Color convert

RGB32989-
CMYK0.970.6700.65
HSL221.86º93.48%18.04%-
HSV(B)221.86º96.63%34.9%-
XYZ2.281.629.64-
YUV28.07162.39110.12-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.48%
GREEN value IS 29 (11.72% from 255) = 23.97%
BLUE value IS 89 (35.16% from 255) = 73.55%
R=2.48%
G=23.97%
B=73.55%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal329890.970.6700.65221.8693.4818.04
Hex31D596143041de5d12
Octal335131141103010133613522
Binary11111011011001110000110000110100000111011110101110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #031D59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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