#051949

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

Shades of Sapphire #051949

Tints of Sapphire #051949

Color information

#051949 (or 0x051949) is unknown color: approx Sapphire. HEX triplet: 05, 19 and 49. RGB value is (5,25,73). Sum of RGB (Red+Green+Blue) = 5+25+73=103 (13% of max value = 765). Red value is 5 (2.34% from 255 or 4.85% from 103); Green value is 25 (10.16% from 255 or 24.27% from 103); Blue value is 73 (28.91% from 255 or 70.87% from 103); Max value from RGB is 73 - color contains mainly: blue. Hex color #051949 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #051949 is #FAE6B6. Grayscale: #181818. Windows color (decimal): -16443063 or 4790533. OLE color: 4790533.

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

Color convert

RGB52573-
CMYK0.930.6600.71
HSL222.35º87.18%15.29%-
HSV(B)222.35º93.15%28.63%-
XYZ1.611.216.45-
YUV24.49155.37114.1-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 4.85%
GREEN value IS 25 (10.16% from 255) = 24.27%
BLUE value IS 73 (28.91% from 255) = 70.87%
R=4.85%
G=24.27%
B=70.87%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal525730.930.6600.71222.3587.1815.29
Hex519495D42047de57f
Octal531111135102010733612717
Binary10111001100100110111011000010010001111101111010101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #051949

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #051949; }

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

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

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

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

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

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

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

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