#031D76

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

Shades of Sapphire #031D76

Tints of Sapphire #031D76

Color information

#031D76 (or 0x031D76) is unknown color: approx Sapphire. HEX triplet: 03, 1D and 76. RGB value is (3,29,118). Sum of RGB (Red+Green+Blue) = 3+29+118=150 (19% of max value = 765). Red value is 3 (1.56% from 255 or 2% from 150); Green value is 29 (11.72% from 255 or 19.33% from 150); Blue value is 118 (46.48% from 255 or 78.67% from 150); Max value from RGB is 118 - color contains mainly: blue. Hex color #031D76 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #031D76 is #FCE289. Grayscale: #1E1E1E. Windows color (decimal): -16573066 or 7740675. OLE color: 7740675.

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

Color convert

RGB329118-
CMYK0.970.7500.54
HSL226.43º95.04%23.73%-
HSV(B)226.43º97.46%46.27%-
XYZ3.752.2117.37-
YUV31.37176.89107.76-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2%
GREEN value IS 29 (11.72% from 255) = 19.33%
BLUE value IS 118 (46.48% from 255) = 78.67%
R=2%
G=19.33%
B=78.67%

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
Decimal3291180.970.7500.54226.4395.0423.73
Hex31D76614B036e25f18
Octal33516614111306634213730
Binary1111101111011011000011001011011011011100010101111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #031D76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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