#052971

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

Shades of Sapphire #052971

Tints of Sapphire #052971

Color information

#052971 (or 0x052971) is unknown color: approx Sapphire. HEX triplet: 05, 29 and 71. RGB value is (5,41,113). Sum of RGB (Red+Green+Blue) = 5+41+113=159 (21% of max value = 765). Red value is 5 (2.34% from 255 or 3.14% from 159); Green value is 41 (16.41% from 255 or 25.79% from 159); Blue value is 113 (44.53% from 255 or 71.07% from 159); Max value from RGB is 113 - color contains mainly: blue. Hex color #052971 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #052971 is #FAD68E. Grayscale: #262626. Windows color (decimal): -16438927 or 7416069. OLE color: 7416069.

HSL color Cylindrical-coordinate representation of color #052971: hue angle of 220º degrees, saturation: 0.92, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #052971 is Cyan = 0.96, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB541113-
CMYK0.960.6400.56
HSL220º91.53%23.14%-
HSV(B)220º95.58%44.31%-
XYZ3.842.8115.96-
YUV38.44170.07104.15-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 3.14%
GREEN value IS 41 (16.41% from 255) = 25.79%
BLUE value IS 113 (44.53% from 255) = 71.07%
R=3.14%
G=25.79%
B=71.07%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal5411130.960.6400.5622091.5323.14
Hex529716040038dc5c17
Octal55116114010007033413427
Binary101101001111000111000001000000011100011011100101110010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #052971

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #052971; }

 p { color: rgb(5,41,113); }

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

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

 a { background-color: rgb(5,41,113); }

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

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

 span { border-color: rgb(5,41,113); }

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