#031463

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

Shades of Sapphire #031463

Tints of Sapphire #031463

Color information

#031463 (or 0x031463) is unknown color: approx Sapphire. HEX triplet: 03, 14 and 63. RGB value is (3,20,99). Sum of RGB (Red+Green+Blue) = 3+20+99=122 (16% of max value = 765). Red value is 3 (1.56% from 255 or 2.46% from 122); Green value is 20 (8.20% from 255 or 16.39% from 122); Blue value is 99 (39.06% from 255 or 81.15% from 122); Max value from RGB is 99 - color contains mainly: blue. Hex color #031463 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #031463 is #FCEB9C. Grayscale: #171717. Windows color (decimal): -16575389 or 6493187. OLE color: 6493187.

HSL color Cylindrical-coordinate representation of color #031463: hue angle of 229.38º degrees, saturation: 0.94, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #031463 is Cyan = 0.97, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB32099-
CMYK0.970.8000.61
HSL229.38º94.12%20%-
HSV(B)229.38º96.97%38.82%-
XYZ2.541.4211.94-
YUV23.92170.37113.08-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.46%
GREEN value IS 20 (8.20% from 255) = 16.39%
BLUE value IS 99 (39.06% from 255) = 81.15%
R=2.46%
G=16.39%
B=81.15%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal320990.970.8000.61229.3894.1220
Hex31463615003De55e14
Octal32414314112007534513624
Binary1110100110001111000011010000011110111100101101111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #031463

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #031463; }

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

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

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

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

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

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

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

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