#031D56

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

Shades of Sapphire #031D56

Tints of Sapphire #031D56

Color information

#031D56 (or 0x031D56) is unknown color: approx Sapphire. HEX triplet: 03, 1D and 56. RGB value is (3,29,86). Sum of RGB (Red+Green+Blue) = 3+29+86=118 (15% of max value = 765). Red value is 3 (1.56% from 255 or 2.54% from 118); Green value is 29 (11.72% from 255 or 24.58% from 118); Blue value is 86 (33.98% from 255 or 72.88% from 118); Max value from RGB is 86 - color contains mainly: blue. Hex color #031D56 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #031D56 is #FCE2A9. Grayscale: #1B1B1B. Windows color (decimal): -16573098 or 5643523. OLE color: 5643523.

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

Color convert

RGB32986-
CMYK0.970.6600.66
HSL221.2º93.26%17.45%-
HSV(B)221.2º96.51%33.73%-
XYZ2.161.578.99-
YUV27.72160.89110.37-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.54%
GREEN value IS 29 (11.72% from 255) = 24.58%
BLUE value IS 86 (33.98% from 255) = 72.88%
R=2.54%
G=24.58%
B=72.88%

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
Decimal329860.970.6600.66221.293.2617.45
Hex31D566142042dd5d11
Octal335126141102010233513521
Binary11111011010110110000110000100100001011011101101110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #031D56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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