#052B71

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

Shades of Sapphire #052B71

Tints of Sapphire #052B71

Color information

#052B71 (or 0x052B71) is unknown color: approx Sapphire. HEX triplet: 05, 2B and 71. RGB value is (5,43,113). Sum of RGB (Red+Green+Blue) = 5+43+113=161 (21% of max value = 765). Red value is 5 (2.34% from 255 or 3.11% from 161); Green value is 43 (17.19% from 255 or 26.71% from 161); Blue value is 113 (44.53% from 255 or 70.19% from 161); Max value from RGB is 113 - color contains mainly: blue. Hex color #052B71 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #052B71 is #FAD48E. Grayscale: #272727. Windows color (decimal): -16438415 or 7416581. OLE color: 7416581.

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

Color convert

RGB543113-
CMYK0.960.6200.56
HSL218.89º91.53%23.14%-
HSV(B)218.89º95.58%44.31%-
XYZ3.912.9515.99-
YUV39.62169.41103.31-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 3.11%
GREEN value IS 43 (17.19% from 255) = 26.71%
BLUE value IS 113 (44.53% from 255) = 70.19%
R=3.11%
G=26.71%
B=70.19%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal5431130.960.6200.56218.8991.5323.14
Hex52B71603E038db5c17
Octal5531611407607033313427
Binary10110101111100011100000111110011100011011011101110010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #052B71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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