#052159

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

Shades of Sapphire #052159

Tints of Sapphire #052159

Color information

#052159 (or 0x052159) is unknown color: approx Sapphire. HEX triplet: 05, 21 and 59. RGB value is (5,33,89). Sum of RGB (Red+Green+Blue) = 5+33+89=127 (16% of max value = 765). Red value is 5 (2.34% from 255 or 3.94% from 127); Green value is 33 (13.28% from 255 or 25.98% from 127); Blue value is 89 (35.16% from 255 or 70.08% from 127); Max value from RGB is 89 - color contains mainly: blue. Hex color #052159 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #052159 is #FADEA6. Grayscale: #1E1E1E. Windows color (decimal): -16440999 or 5841157. OLE color: 5841157.

HSL color Cylindrical-coordinate representation of color #052159: hue angle of 220º degrees, saturation: 0.89, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #052159 is Cyan = 0.94, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB53389-
CMYK0.940.6300.65
HSL220º89.36%18.43%-
HSV(B)220º94.38%34.9%-
XYZ2.411.849.68-
YUV31.01160.72109.45-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 3.94%
GREEN value IS 33 (13.28% from 255) = 25.98%
BLUE value IS 89 (35.16% from 255) = 70.08%
R=3.94%
G=25.98%
B=70.08%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal533890.940.6300.6522089.3618.43
Hex521595E3F041dc5912
Octal54113113677010133413122
Binary101100001101100110111101111110100000111011100101100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #052159

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #052159; }

 p { color: rgb(5,33,89); }

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

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

 a { background-color: rgb(5,33,89); }

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

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

 span { border-color: rgb(5,33,89); }

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