#031A47

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

Shades of Sapphire #031A47

Tints of Sapphire #031A47

Color information

#031A47 (or 0x031A47) is unknown color: approx Sapphire. HEX triplet: 03, 1A and 47. RGB value is (3,26,71). Sum of RGB (Red+Green+Blue) = 3+26+71=100 (13% of max value = 765). Red value is 3 (1.56% from 255 or 3% from 100); Green value is 26 (10.55% from 255 or 26% from 100); Blue value is 71 (28.12% from 255 or 71% from 100); Max value from RGB is 71 - color contains mainly: blue. Hex color #031A47 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #031A47 is #FCE5B8. Grayscale: #181818. Windows color (decimal): -16573881 or 4659715. OLE color: 4659715.

HSL color Cylindrical-coordinate representation of color #031A47: hue angle of 219.71º degrees, saturation: 0.92, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #031A47 is Cyan = 0.96, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB32671-
CMYK0.960.6300.72
HSL219.71º91.89%14.51%-
HSV(B)219.71º95.77%27.84%-
XYZ1.541.216.11-
YUV24.25154.38112.84-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 3%
GREEN value IS 26 (10.55% from 255) = 26%
BLUE value IS 71 (28.12% from 255) = 71%
R=3%
G=26%
B=71%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal326710.960.6300.72219.7191.8914.51
Hex31A47603F048dc5cf
Octal33210714077011033413417
Binary111101010001111100000111111010010001101110010111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #031A47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(3,26,71); }

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

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

 a { background-color: rgb(3,26,71); }

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

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

 span { border-color: rgb(3,26,71); }

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