#031063

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

Shades of Sapphire #031063

Tints of Sapphire #031063

Color information

#031063 (or 0x031063) is unknown color: approx Sapphire. HEX triplet: 03, 10 and 63. RGB value is (3,16,99). Sum of RGB (Red+Green+Blue) = 3+16+99=118 (15% of max value = 765). Red value is 3 (1.56% from 255 or 2.54% from 118); Green value is 16 (6.64% from 255 or 13.56% from 118); Blue value is 99 (39.06% from 255 or 83.90% from 118); Max value from RGB is 99 - color contains mainly: blue. Hex color #031063 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #031063 is #FCEF9C. Grayscale: #151515. Windows color (decimal): -16576413 or 6492163. OLE color: 6492163.

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

Color convert

RGB31699-
CMYK0.970.8400.61
HSL231.88º94.12%20%-
HSV(B)231.88º96.97%38.82%-
XYZ2.471.2911.92-
YUV21.58171.69114.75-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.54%
GREEN value IS 16 (6.64% from 255) = 13.56%
BLUE value IS 99 (39.06% from 255) = 83.90%
R=2.54%
G=13.56%
B=83.90%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal316990.970.8400.61231.8894.1220
Hex31063615403De85e14
Octal32014314112407535013624
Binary1110000110001111000011010100011110111101000101111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #031063

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #031063; }

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

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

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

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

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

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

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

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