#031A50

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

Shades of Sapphire #031A50

Tints of Sapphire #031A50

Color information

#031A50 (or 0x031A50) is unknown color: approx Sapphire. HEX triplet: 03, 1A and 50. RGB value is (3,26,80). Sum of RGB (Red+Green+Blue) = 3+26+80=109 (14% of max value = 765). Red value is 3 (1.56% from 255 or 2.75% from 109); Green value is 26 (10.55% from 255 or 23.85% from 109); Blue value is 80 (31.64% from 255 or 73.39% from 109); Max value from RGB is 80 - color contains mainly: blue. Hex color #031A50 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #031A50 is #FCE5AF. Grayscale: #191919. Windows color (decimal): -16573872 or 5249539. OLE color: 5249539.

HSL color Cylindrical-coordinate representation of color #031A50: hue angle of 222.08º degrees, saturation: 0.93, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #031A50 is Cyan = 0.96, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB32680-
CMYK0.960.6700.69
HSL222.08º92.77%16.27%-
HSV(B)222.08º96.25%31.37%-
XYZ1.851.347.75-
YUV25.28158.88112.11-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.75%
GREEN value IS 26 (10.55% from 255) = 23.85%
BLUE value IS 80 (31.64% from 255) = 73.39%
R=2.75%
G=23.85%
B=73.39%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal326800.960.6700.69222.0892.7716.27
Hex31A506043045de5d10
Octal332120140103010533613520
Binary11110101010000110000010000110100010111011110101110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #031A50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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