#051E49

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

Shades of Sapphire #051E49

Tints of Sapphire #051E49

Color information

#051E49 (or 0x051E49) is unknown color: approx Sapphire. HEX triplet: 05, 1E and 49. RGB value is (5,30,73). Sum of RGB (Red+Green+Blue) = 5+30+73=108 (14% of max value = 765). Red value is 5 (2.34% from 255 or 4.63% from 108); Green value is 30 (12.11% from 255 or 27.78% from 108); Blue value is 73 (28.91% from 255 or 67.59% from 108); Max value from RGB is 73 - color contains mainly: blue. Hex color #051E49 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #051E49 is #FAE1B6. Grayscale: #1B1B1B. Windows color (decimal): -16441783 or 4791813. OLE color: 4791813.

HSL color Cylindrical-coordinate representation of color #051E49: hue angle of 217.94º degrees, saturation: 0.87, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #051E49 is Cyan = 0.93, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB53073-
CMYK0.930.5900.71
HSL217.94º87.18%15.29%-
HSV(B)217.94º93.15%28.63%-
XYZ1.731.446.49-
YUV27.43153.72112-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 4.63%
GREEN value IS 30 (12.11% from 255) = 27.78%
BLUE value IS 73 (28.91% from 255) = 67.59%
R=4.63%
G=27.78%
B=67.59%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal530730.930.5900.71217.9487.1815.29
Hex51E495D3B047da57f
Octal53611113573010733212717
Binary1011111010010011011101111011010001111101101010101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #051E49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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