#052E76

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

Shades of Sapphire #052E76

Tints of Sapphire #052E76

Color information

#052E76 (or 0x052E76) is unknown color: approx Sapphire. HEX triplet: 05, 2E and 76. RGB value is (5,46,118). Sum of RGB (Red+Green+Blue) = 5+46+118=169 (22% of max value = 765). Red value is 5 (2.34% from 255 or 2.96% from 169); Green value is 46 (18.36% from 255 or 27.22% from 169); Blue value is 118 (46.48% from 255 or 69.82% from 169); Max value from RGB is 118 - color contains mainly: blue. Hex color #052E76 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #052E76 is #FAD189. Grayscale: #292929. Windows color (decimal): -16437642 or 7745029. OLE color: 7745029.

HSL color Cylindrical-coordinate representation of color #052E76: hue angle of 218.23º degrees, saturation: 0.92, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #052E76 is Cyan = 0.96, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB546118-
CMYK0.960.6100.54
HSL218.23º91.87%24.12%-
HSV(B)218.23º95.76%46.27%-
XYZ4.313.2917.55-
YUV41.95170.92101.65-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.96%
GREEN value IS 46 (18.36% from 255) = 27.22%
BLUE value IS 118 (46.48% from 255) = 69.82%
R=2.96%
G=27.22%
B=69.82%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal5461180.960.6100.54218.2391.8724.12
Hex52E76603D036da5c18
Octal5561661407506633213430
Binary10110111011101101100000111101011011011011010101110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #052E76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #052E76; }

 p { color: rgb(5,46,118); }

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

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

 a { background-color: rgb(5,46,118); }

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

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

 span { border-color: rgb(5,46,118); }

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