#051D49

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

Shades of Sapphire #051D49

Tints of Sapphire #051D49

Color information

#051D49 (or 0x051D49) is unknown color: approx Sapphire. HEX triplet: 05, 1D and 49. RGB value is (5,29,73). Sum of RGB (Red+Green+Blue) = 5+29+73=107 (14% of max value = 765). Red value is 5 (2.34% from 255 or 4.67% from 107); Green value is 29 (11.72% from 255 or 27.10% from 107); Blue value is 73 (28.91% from 255 or 68.22% from 107); Max value from RGB is 73 - color contains mainly: blue. Hex color #051D49 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #051D49 is #FAE2B6. Grayscale: #1A1A1A. Windows color (decimal): -16442039 or 4791557. OLE color: 4791557.

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

Color convert

RGB52973-
CMYK0.930.6000.71
HSL218.82º87.18%15.29%-
HSV(B)218.82º93.15%28.63%-
XYZ1.71.396.48-
YUV26.84154.05112.42-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 4.67%
GREEN value IS 29 (11.72% from 255) = 27.10%
BLUE value IS 73 (28.91% from 255) = 68.22%
R=4.67%
G=27.10%
B=68.22%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal529730.930.6000.71218.8287.1815.29
Hex51D495D3C047db57f
Octal53511113574010733312717
Binary1011110110010011011101111100010001111101101110101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #051D49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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