#031E57

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

Shades of Sapphire #031E57

Tints of Sapphire #031E57

Color information

#031E57 (or 0x031E57) is unknown color: approx Sapphire. HEX triplet: 03, 1E and 57. RGB value is (3,30,87). Sum of RGB (Red+Green+Blue) = 3+30+87=120 (15% of max value = 765). Red value is 3 (1.56% from 255 or 2.5% from 120); Green value is 30 (12.11% from 255 or 25% from 120); Blue value is 87 (34.38% from 255 or 72.5% from 120); Max value from RGB is 87 - color contains mainly: blue. Hex color #031E57 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #031E57 is #FCE1A8. Grayscale: #1C1C1C. Windows color (decimal): -16572841 or 5709315. OLE color: 5709315.

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

Color convert

RGB33087-
CMYK0.970.6600.66
HSL220.71º93.33%17.65%-
HSV(B)220.71º96.55%34.12%-
XYZ2.221.649.22-
YUV28.42161.05109.87-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.5%
GREEN value IS 30 (12.11% from 255) = 25%
BLUE value IS 87 (34.38% from 255) = 72.5%
R=2.5%
G=25%
B=72.5%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal330870.970.6600.66220.7193.3317.65
Hex31E576142042dd5d12
Octal336127141102010233513522
Binary11111101010111110000110000100100001011011101101110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #031E57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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