#031D57

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

Shades of Sapphire #031D57

Tints of Sapphire #031D57

Color information

#031D57 (or 0x031D57) is unknown color: approx Sapphire. HEX triplet: 03, 1D and 57. RGB value is (3,29,87). Sum of RGB (Red+Green+Blue) = 3+29+87=119 (15% of max value = 765). Red value is 3 (1.56% from 255 or 2.52% from 119); Green value is 29 (11.72% from 255 or 24.37% from 119); Blue value is 87 (34.38% from 255 or 73.11% from 119); Max value from RGB is 87 - color contains mainly: blue. Hex color #031D57 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #031D57 is #FCE2A8. Grayscale: #1B1B1B. Windows color (decimal): -16573097 or 5709059. OLE color: 5709059.

HSL color Cylindrical-coordinate representation of color #031D57: hue angle of 221.43º degrees, saturation: 0.93, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #031D57 is Cyan = 0.97, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB32987-
CMYK0.970.6700.66
HSL221.43º93.33%17.65%-
HSV(B)221.43º96.55%34.12%-
XYZ2.21.599.21-
YUV27.84161.39110.28-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.52%
GREEN value IS 29 (11.72% from 255) = 24.37%
BLUE value IS 87 (34.38% from 255) = 73.11%
R=2.52%
G=24.37%
B=73.11%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal329870.970.6700.66221.4393.3317.65
Hex31D576143042dd5d12
Octal335127141103010233513522
Binary11111011010111110000110000110100001011011101101110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #031D57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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