#051F49

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

Shades of Sapphire #051F49

Tints of Sapphire #051F49

Color information

#051F49 (or 0x051F49) is unknown color: approx Sapphire. HEX triplet: 05, 1F and 49. RGB value is (5,31,73). Sum of RGB (Red+Green+Blue) = 5+31+73=109 (14% of max value = 765). Red value is 5 (2.34% from 255 or 4.59% from 109); Green value is 31 (12.5% from 255 or 28.44% from 109); Blue value is 73 (28.91% from 255 or 66.97% from 109); Max value from RGB is 73 - color contains mainly: blue. Hex color #051F49 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #051F49 is #FAE0B6. Grayscale: #1B1B1B. Windows color (decimal): -16441527 or 4792069. OLE color: 4792069.

HSL color Cylindrical-coordinate representation of color #051F49: hue angle of 217.06º 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 #051F49 is Cyan = 0.93, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB53173-
CMYK0.930.5800.71
HSL217.06º87.18%15.29%-
HSV(B)217.06º93.15%28.63%-
XYZ1.761.496.5-
YUV28.01153.39111.58-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 4.59%
GREEN value IS 31 (12.5% from 255) = 28.44%
BLUE value IS 73 (28.91% from 255) = 66.97%
R=4.59%
G=28.44%
B=66.97%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal531730.930.5800.71217.0687.1815.29
Hex51F495D3A047d957f
Octal53711113572010733112717
Binary1011111110010011011101111010010001111101100110101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #051F49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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