#051849

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

Shades of Sapphire #051849

Tints of Sapphire #051849

Color information

#051849 (or 0x051849) is unknown color: approx Sapphire. HEX triplet: 05, 18 and 49. RGB value is (5,24,73). Sum of RGB (Red+Green+Blue) = 5+24+73=102 (13% of max value = 765). Red value is 5 (2.34% from 255 or 4.90% from 102); Green value is 24 (9.77% from 255 or 23.53% from 102); Blue value is 73 (28.91% from 255 or 71.57% from 102); Max value from RGB is 73 - color contains mainly: blue. Hex color #051849 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #051849 is #FAE7B6. Grayscale: #171717. Windows color (decimal): -16443319 or 4790277. OLE color: 4790277.

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

Color convert

RGB52473-
CMYK0.930.6700.71
HSL223.24º87.18%15.29%-
HSV(B)223.24º93.15%28.63%-
XYZ1.591.176.44-
YUV23.9155.71114.52-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 4.90%
GREEN value IS 24 (9.77% from 255) = 23.53%
BLUE value IS 73 (28.91% from 255) = 71.57%
R=4.90%
G=23.53%
B=71.57%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal524730.930.6700.71223.2487.1815.29
Hex518495D43047df57f
Octal530111135103010733712717
Binary10111000100100110111011000011010001111101111110101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #051849

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #051849; }

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

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

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

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

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

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

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

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