#031E63

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

Shades of Sapphire #031E63

Tints of Sapphire #031E63

Color information

#031E63 (or 0x031E63) is unknown color: approx Sapphire. HEX triplet: 03, 1E and 63. RGB value is (3,30,99). Sum of RGB (Red+Green+Blue) = 3+30+99=132 (17% of max value = 765). Red value is 3 (1.56% from 255 or 2.27% from 132); Green value is 30 (12.11% from 255 or 22.73% from 132); Blue value is 99 (39.06% from 255 or 75% from 132); Max value from RGB is 99 - color contains mainly: blue. Hex color #031E63 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #031E63 is #FCE19C. Grayscale: #1D1D1D. Windows color (decimal): -16572829 or 6495747. OLE color: 6495747.

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

Color convert

RGB33099-
CMYK0.970.7000.61
HSL223.12º94.12%20%-
HSV(B)223.12º96.97%38.82%-
XYZ2.751.8512.02-
YUV29.79167.05108.89-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.27%
GREEN value IS 30 (12.11% from 255) = 22.73%
BLUE value IS 99 (39.06% from 255) = 75%
R=2.27%
G=22.73%
B=75%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal330990.970.7000.61223.1294.1220
Hex31E63614603Ddf5e14
Octal33614314110607533713624
Binary1111110110001111000011000110011110111011111101111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #031E63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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