#051E50

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

Shades of Sapphire #051E50

Tints of Sapphire #051E50

Color information

#051E50 (or 0x051E50) is unknown color: approx Sapphire. HEX triplet: 05, 1E and 50. RGB value is (5,30,80). Sum of RGB (Red+Green+Blue) = 5+30+80=115 (15% of max value = 765). Red value is 5 (2.34% from 255 or 4.35% from 115); Green value is 30 (12.11% from 255 or 26.09% from 115); Blue value is 80 (31.64% from 255 or 69.57% from 115); Max value from RGB is 80 - color contains mainly: blue. Hex color #051E50 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #051E50 is #FAE1AF. Grayscale: #1C1C1C. Windows color (decimal): -16441776 or 5250565. OLE color: 5250565.

HSL color Cylindrical-coordinate representation of color #051E50: hue angle of 220º 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 #051E50 is Cyan = 0.94, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB53080-
CMYK0.940.6200.69
HSL220º88.24%16.67%-
HSV(B)220º93.75%31.37%-
XYZ1.971.547.78-
YUV28.22157.22111.43-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 4.35%
GREEN value IS 30 (12.11% from 255) = 26.09%
BLUE value IS 80 (31.64% from 255) = 69.57%
R=4.35%
G=26.09%
B=69.57%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal530800.940.6200.6922088.2416.67
Hex51E505E3E045dc5811
Octal53612013676010533413021
Binary10111110101000010111101111100100010111011100101100010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #051E50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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