#051B49

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

Shades of Sapphire #051B49

Tints of Sapphire #051B49

Color information

#051B49 (or 0x051B49) is unknown color: approx Sapphire. HEX triplet: 05, 1B and 49. RGB value is (5,27,73). Sum of RGB (Red+Green+Blue) = 5+27+73=105 (13% of max value = 765). Red value is 5 (2.34% from 255 or 4.76% from 105); Green value is 27 (10.94% from 255 or 25.71% from 105); Blue value is 73 (28.91% from 255 or 69.52% from 105); Max value from RGB is 73 - color contains mainly: blue. Hex color #051B49 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #051B49 is #FAE4B6. Grayscale: #191919. Windows color (decimal): -16442551 or 4791045. OLE color: 4791045.

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

Color convert

RGB52773-
CMYK0.930.6300.71
HSL220.59º87.18%15.29%-
HSV(B)220.59º93.15%28.63%-
XYZ1.661.36.47-
YUV25.67154.71113.26-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 4.76%
GREEN value IS 27 (10.94% from 255) = 25.71%
BLUE value IS 73 (28.91% from 255) = 69.52%
R=4.76%
G=25.71%
B=69.52%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal527730.930.6300.71220.5987.1815.29
Hex51B495D3F047dd57f
Octal53311113577010733512717
Binary1011101110010011011101111111010001111101110110101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #051B49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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