#031E76

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

Shades of Sapphire #031E76

Tints of Sapphire #031E76

Color information

#031E76 (or 0x031E76) is unknown color: approx Sapphire. HEX triplet: 03, 1E and 76. RGB value is (3,30,118). Sum of RGB (Red+Green+Blue) = 3+30+118=151 (20% of max value = 765). Red value is 3 (1.56% from 255 or 1.99% from 151); Green value is 30 (12.11% from 255 or 19.87% from 151); Blue value is 118 (46.48% from 255 or 78.15% from 151); Max value from RGB is 118 - color contains mainly: blue. Hex color #031E76 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #031E76 is #FCE189. Grayscale: #1F1F1F. Windows color (decimal): -16572810 or 7740931. OLE color: 7740931.

HSL color Cylindrical-coordinate representation of color #031E76: hue angle of 225.91º degrees, saturation: 0.95, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #031E76 is Cyan = 0.97, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB330118-
CMYK0.970.7500.54
HSL225.91º95.04%23.73%-
HSV(B)225.91º97.46%46.27%-
XYZ3.772.2617.38-
YUV31.96176.55107.34-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.99%
GREEN value IS 30 (12.11% from 255) = 19.87%
BLUE value IS 118 (46.48% from 255) = 78.15%
R=1.99%
G=19.87%
B=78.15%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal3301180.970.7500.54225.9195.0423.73
Hex31E76614B036e25f18
Octal33616614111306634213730
Binary1111110111011011000011001011011011011100010101111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #031E76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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