#052471

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

Shades of Sapphire #052471

Tints of Sapphire #052471

Color information

#052471 (or 0x052471) is unknown color: approx Sapphire. HEX triplet: 05, 24 and 71. RGB value is (5,36,113). Sum of RGB (Red+Green+Blue) = 5+36+113=154 (20% of max value = 765). Red value is 5 (2.34% from 255 or 3.25% from 154); Green value is 36 (14.45% from 255 or 23.38% from 154); Blue value is 113 (44.53% from 255 or 73.38% from 154); Max value from RGB is 113 - color contains mainly: blue. Hex color #052471 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #052471 is #FADB8E. Grayscale: #232323. Windows color (decimal): -16440207 or 7414789. OLE color: 7414789.

HSL color Cylindrical-coordinate representation of color #052471: hue angle of 222.78º 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 #052471 is Cyan = 0.96, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB536113-
CMYK0.960.6800.56
HSL222.78º91.53%23.14%-
HSV(B)222.78º95.58%44.31%-
XYZ3.672.4915.91-
YUV35.51171.73106.24-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 3.25%
GREEN value IS 36 (14.45% from 255) = 23.38%
BLUE value IS 113 (44.53% from 255) = 73.38%
R=3.25%
G=23.38%
B=73.38%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal5361130.960.6800.56222.7891.5323.14
Hex524716044038df5c17
Octal54416114010407033713427
Binary101100100111000111000001000100011100011011111101110010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #052471

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #052471; }

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

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

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

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

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

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

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

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