#052C76

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

Shades of Sapphire #052C76

Tints of Sapphire #052C76

Color information

#052C76 (or 0x052C76) is unknown color: approx Sapphire. HEX triplet: 05, 2C and 76. RGB value is (5,44,118). Sum of RGB (Red+Green+Blue) = 5+44+118=167 (22% of max value = 765). Red value is 5 (2.34% from 255 or 2.99% from 167); Green value is 44 (17.58% from 255 or 26.35% from 167); Blue value is 118 (46.48% from 255 or 70.66% from 167); Max value from RGB is 118 - color contains mainly: blue. Hex color #052C76 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #052C76 is #FAD389. Grayscale: #282828. Windows color (decimal): -16438154 or 7744517. OLE color: 7744517.

HSL color Cylindrical-coordinate representation of color #052C76: hue angle of 219.29º 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 #052C76 is Cyan = 0.96, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB544118-
CMYK0.960.6300.54
HSL219.29º91.87%24.12%-
HSV(B)219.29º95.76%46.27%-
XYZ4.233.1417.52-
YUV40.78171.58102.48-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.99%
GREEN value IS 44 (17.58% from 255) = 26.35%
BLUE value IS 118 (46.48% from 255) = 70.66%
R=2.99%
G=26.35%
B=70.66%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal5441180.960.6300.54219.2991.8724.12
Hex52C76603F036db5c18
Octal5541661407706633313430
Binary10110110011101101100000111111011011011011011101110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #052C76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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