#031763

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

Shades of Sapphire #031763

Tints of Sapphire #031763

Color information

#031763 (or 0x031763) is unknown color: approx Sapphire. HEX triplet: 03, 17 and 63. RGB value is (3,23,99). Sum of RGB (Red+Green+Blue) = 3+23+99=125 (16% of max value = 765). Red value is 3 (1.56% from 255 or 2.4% from 125); Green value is 23 (9.38% from 255 or 18.4% from 125); Blue value is 99 (39.06% from 255 or 79.2% from 125); Max value from RGB is 99 - color contains mainly: blue. Hex color #031763 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #031763 is #FCE89C. Grayscale: #191919. Windows color (decimal): -16574621 or 6493955. OLE color: 6493955.

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

Color convert

RGB32399-
CMYK0.970.7700.61
HSL227.5º94.12%20%-
HSV(B)227.5º96.97%38.82%-
XYZ2.61.5311.96-
YUV25.68169.37111.82-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.4%
GREEN value IS 23 (9.38% from 255) = 18.4%
BLUE value IS 99 (39.06% from 255) = 79.2%
R=2.4%
G=18.4%
B=79.2%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal323990.970.7700.61227.594.1220
Hex31763614D03De45e14
Octal32714314111507534413624
Binary1110111110001111000011001101011110111100100101111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #031763

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #031763; }

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

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

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

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

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

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

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

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