#052157

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

Shades of Sapphire #052157

Tints of Sapphire #052157

Color information

#052157 (or 0x052157) is unknown color: approx Sapphire. HEX triplet: 05, 21 and 57. RGB value is (5,33,87). Sum of RGB (Red+Green+Blue) = 5+33+87=125 (16% of max value = 765). Red value is 5 (2.34% from 255 or 4% from 125); Green value is 33 (13.28% from 255 or 26.4% from 125); Blue value is 87 (34.38% from 255 or 69.6% from 125); Max value from RGB is 87 - color contains mainly: blue. Hex color #052157 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #052157 is #FADEA8. Grayscale: #1E1E1E. Windows color (decimal): -16441001 or 5710085. OLE color: 5710085.

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

Color convert

RGB53387-
CMYK0.940.6200.66
HSL219.51º89.13%18.04%-
HSV(B)219.51º94.25%34.12%-
XYZ2.331.819.24-
YUV30.78159.72109.61-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 4%
GREEN value IS 33 (13.28% from 255) = 26.4%
BLUE value IS 87 (34.38% from 255) = 69.6%
R=4%
G=26.4%
B=69.6%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal533870.940.6200.66219.5189.1318.04
Hex521575E3E042dc5912
Octal54112713676010233413122
Binary101100001101011110111101111100100001011011100101100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #052157

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #052157; }

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

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

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

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

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

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

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

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