#031447

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

Shades of Sapphire #031447

Tints of Sapphire #031447

Color information

#031447 (or 0x031447) is unknown color: approx Sapphire. HEX triplet: 03, 14 and 47. RGB value is (3,20,71). Sum of RGB (Red+Green+Blue) = 3+20+71=94 (12% of max value = 765). Red value is 3 (1.56% from 255 or 3.19% from 94); Green value is 20 (8.20% from 255 or 21.28% from 94); Blue value is 71 (28.12% from 255 or 75.53% from 94); Max value from RGB is 71 - color contains mainly: blue. Hex color #031447 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #031447 is #FCEBB8. Grayscale: #141414. Windows color (decimal): -16575417 or 4658179. OLE color: 4658179.

HSL color Cylindrical-coordinate representation of color #031447: hue angle of 225º 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 #031447 is Cyan = 0.96, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB32071-
CMYK0.960.7200.72
HSL225º91.89%14.51%-
HSV(B)225º95.77%27.84%-
XYZ1.430.976.07-
YUV20.73156.37115.35-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 3.19%
GREEN value IS 20 (8.20% from 255) = 21.28%
BLUE value IS 71 (28.12% from 255) = 75.53%
R=3.19%
G=21.28%
B=75.53%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal320710.960.7200.7222591.8914.51
Hex314476048048e15cf
Octal324107140110011034113417
Binary1110100100011111000001001000010010001110000110111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #031447

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #031447; }

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

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

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

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

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

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

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

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