#051A49

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

Shades of Sapphire #051A49

Tints of Sapphire #051A49

Color information

#051A49 (or 0x051A49) is unknown color: approx Sapphire. HEX triplet: 05, 1A and 49. RGB value is (5,26,73). Sum of RGB (Red+Green+Blue) = 5+26+73=104 (13% of max value = 765). Red value is 5 (2.34% from 255 or 4.81% from 104); Green value is 26 (10.55% from 255 or 25% from 104); Blue value is 73 (28.91% from 255 or 70.19% from 104); Max value from RGB is 73 - color contains mainly: blue. Hex color #051A49 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #051A49 is #FAE5B6. Grayscale: #181818. Windows color (decimal): -16442807 or 4790789. OLE color: 4790789.

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

Color convert

RGB52673-
CMYK0.930.6400.71
HSL221.47º87.18%15.29%-
HSV(B)221.47º93.15%28.63%-
XYZ1.631.256.46-
YUV25.08155.04113.68-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 4.81%
GREEN value IS 26 (10.55% from 255) = 25%
BLUE value IS 73 (28.91% from 255) = 70.19%
R=4.81%
G=25%
B=70.19%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal526730.930.6400.71221.4787.1815.29
Hex51A495D40047dd57f
Octal532111135100010733512717
Binary10111010100100110111011000000010001111101110110101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #051A49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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