#031A76

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

Shades of Sapphire #031A76

Tints of Sapphire #031A76

Color information

#031A76 (or 0x031A76) is unknown color: approx Sapphire. HEX triplet: 03, 1A and 76. RGB value is (3,26,118). Sum of RGB (Red+Green+Blue) = 3+26+118=147 (19% of max value = 765). Red value is 3 (1.56% from 255 or 2.04% from 147); Green value is 26 (10.55% from 255 or 17.69% from 147); Blue value is 118 (46.48% from 255 or 80.27% from 147); Max value from RGB is 118 - color contains mainly: blue. Hex color #031A76 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #031A76 is #FCE589. Grayscale: #1D1D1D. Windows color (decimal): -16573834 or 7739907. OLE color: 7739907.

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

Color convert

RGB326118-
CMYK0.970.7800.54
HSL228º95.04%23.73%-
HSV(B)228º97.46%46.27%-
XYZ3.682.0717.34-
YUV29.61177.88109.02-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.04%
GREEN value IS 26 (10.55% from 255) = 17.69%
BLUE value IS 118 (46.48% from 255) = 80.27%
R=2.04%
G=17.69%
B=80.27%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal3261180.970.7800.5422895.0423.73
Hex31A76614E036e45f18
Octal33216614111606634413730
Binary1111010111011011000011001110011011011100100101111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #031A76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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