#051F50

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

Shades of Sapphire #051F50

Tints of Sapphire #051F50

Color information

#051F50 (or 0x051F50) is unknown color: approx Sapphire. HEX triplet: 05, 1F and 50. RGB value is (5,31,80). Sum of RGB (Red+Green+Blue) = 5+31+80=116 (15% of max value = 765). Red value is 5 (2.34% from 255 or 4.31% from 116); Green value is 31 (12.5% from 255 or 26.72% from 116); Blue value is 80 (31.64% from 255 or 68.97% from 116); Max value from RGB is 80 - color contains mainly: blue. Hex color #051F50 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #051F50 is #FAE0AF. Grayscale: #1C1C1C. Windows color (decimal): -16441520 or 5250821. OLE color: 5250821.

HSL color Cylindrical-coordinate representation of color #051F50: hue angle of 219.2º degrees, saturation: 0.88, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #051F50 is Cyan = 0.94, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB53180-
CMYK0.940.6100.69
HSL219.2º88.24%16.67%-
HSV(B)219.2º93.75%31.37%-
XYZ21.597.79-
YUV28.81156.89111.02-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 4.31%
GREEN value IS 31 (12.5% from 255) = 26.72%
BLUE value IS 80 (31.64% from 255) = 68.97%
R=4.31%
G=26.72%
B=68.97%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal531800.940.6100.69219.288.2416.67
Hex51F505E3D045db5811
Octal53712013675010533313021
Binary10111111101000010111101111010100010111011011101100010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #051F50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #051F50; }

 p { color: rgb(5,31,80); }

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

<style>
 a { background-color: #051F50; }

 a { background-color: rgb(5,31,80); }

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

<style>
 span { border-color: #051F50; }

 span { border-color: rgb(5,31,80); }

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