#031B79

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

Shades of Sapphire #031B79

Tints of Sapphire #031B79

Color information

#031B79 (or 0x031B79) is unknown color: approx Sapphire. HEX triplet: 03, 1B and 79. RGB value is (3,27,121). Sum of RGB (Red+Green+Blue) = 3+27+121=151 (20% of max value = 765). Red value is 3 (1.56% from 255 or 1.99% from 151); Green value is 27 (10.94% from 255 or 17.88% from 151); Blue value is 121 (47.66% from 255 or 80.13% from 151); Max value from RGB is 121 - color contains mainly: blue. Hex color #031B79 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #031B79 is #FCE486. Grayscale: #1E1E1E. Windows color (decimal): -16573575 or 7936771. OLE color: 7936771.

HSL color Cylindrical-coordinate representation of color #031B79: hue angle of 227.8º degrees, saturation: 0.95, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #031B79 is Cyan = 0.98, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB327121-
CMYK0.980.7800.53
HSL227.8º95.16%24.31%-
HSV(B)227.8º97.52%47.45%-
XYZ3.882.1818.31-
YUV30.54179.05108.36-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.99%
GREEN value IS 27 (10.94% from 255) = 17.88%
BLUE value IS 121 (47.66% from 255) = 80.13%
R=1.99%
G=17.88%
B=80.13%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal3271210.980.7800.53227.895.1624.31
Hex31B79624E035e45f18
Octal33317114211606534413730
Binary1111011111100111000101001110011010111100100101111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #031B79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(3,27,121); }

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

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

 a { background-color: rgb(3,27,121); }

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

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

 span { border-color: rgb(3,27,121); }

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