#052080

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

Shades of Sapphire #052080

Tints of Sapphire #052080

Color information

#052080 (or 0x052080) is unknown color: approx Sapphire. HEX triplet: 05, 20 and 80. RGB value is (5,32,128). Sum of RGB (Red+Green+Blue) = 5+32+128=165 (21% of max value = 765). Red value is 5 (2.34% from 255 or 3.03% from 165); Green value is 32 (12.89% from 255 or 19.39% from 165); Blue value is 128 (50.39% from 255 or 77.58% from 165); Max value from RGB is 128 - color contains mainly: blue. Hex color #052080 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #052080 is #FADF7F. Grayscale: #222222. Windows color (decimal): -16441216 or 8396805. OLE color: 8396805.

HSL color Cylindrical-coordinate representation of color #052080: hue angle of 226.83º degrees, saturation: 0.92, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #052080 is Cyan = 0.96, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB532128-
CMYK0.960.7500.50
HSL226.83º92.48%26.08%-
HSV(B)226.83º96.09%50.2%-
XYZ4.482.6220.69-
YUV34.87180.55106.69-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 3.03%
GREEN value IS 32 (12.89% from 255) = 19.39%
BLUE value IS 128 (50.39% from 255) = 77.58%
R=3.03%
G=19.39%
B=77.58%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal5321280.960.7500.50226.8392.4826.08
Hex52080604B032e35c1a
Octal54020014011306234313432
Binary1011000001000000011000001001011011001011100011101110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #052080

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #052080; }

 p { color: rgb(5,32,128); }

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

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

 a { background-color: rgb(5,32,128); }

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

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

 span { border-color: rgb(5,32,128); }

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