#051E51

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

Shades of Sapphire #051E51

Tints of Sapphire #051E51

Color information

#051E51 (or 0x051E51) is unknown color: approx Sapphire. HEX triplet: 05, 1E and 51. RGB value is (5,30,81). Sum of RGB (Red+Green+Blue) = 5+30+81=116 (15% of max value = 765). Red value is 5 (2.34% from 255 or 4.31% from 116); Green value is 30 (12.11% from 255 or 25.86% from 116); Blue value is 81 (32.03% from 255 or 69.83% from 116); Max value from RGB is 81 - color contains mainly: blue. Hex color #051E51 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #051E51 is #FAE1AE. Grayscale: #1C1C1C. Windows color (decimal): -16441775 or 5316101. OLE color: 5316101.

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

Color convert

RGB53081-
CMYK0.940.6300.68
HSL220.26º88.37%16.86%-
HSV(B)220.26º93.83%31.76%-
XYZ2.011.557.98-
YUV28.34157.72111.35-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 4.31%
GREEN value IS 30 (12.11% from 255) = 25.86%
BLUE value IS 81 (32.03% from 255) = 69.83%
R=4.31%
G=25.86%
B=69.83%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal530810.940.6300.68220.2688.3716.86
Hex51E515E3F044dc5811
Octal53612113677010433413021
Binary10111110101000110111101111110100010011011100101100010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #051E51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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