#052051

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

Shades of Sapphire #052051

Tints of Sapphire #052051

Color information

#052051 (or 0x052051) is unknown color: approx Sapphire. HEX triplet: 05, 20 and 51. RGB value is (5,32,81). Sum of RGB (Red+Green+Blue) = 5+32+81=118 (15% of max value = 765). Red value is 5 (2.34% from 255 or 4.24% from 118); Green value is 32 (12.89% from 255 or 27.12% from 118); Blue value is 81 (32.03% from 255 or 68.64% from 118); Max value from RGB is 81 - color contains mainly: blue. Hex color #052051 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #052051 is #FADFAE. Grayscale: #1D1D1D. Windows color (decimal): -16441263 or 5316613. OLE color: 5316613.

HSL color Cylindrical-coordinate representation of color #052051: hue angle of 218.68º degrees, saturation: 0.88, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #052051 is Cyan = 0.94, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB53281-
CMYK0.940.6000.68
HSL218.68º88.37%16.86%-
HSV(B)218.68º93.83%31.76%-
XYZ2.061.668-
YUV29.51157.05110.52-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 4.24%
GREEN value IS 32 (12.89% from 255) = 27.12%
BLUE value IS 81 (32.03% from 255) = 68.64%
R=4.24%
G=27.12%
B=68.64%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal532810.940.6000.68218.6888.3716.86
Hex520515E3C044db5811
Octal54012113674010433313021
Binary101100000101000110111101111000100010011011011101100010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #052051

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #052051; }

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

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

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

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

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

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

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

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