#052C71

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

Shades of Sapphire #052C71

Tints of Sapphire #052C71

Color information

#052C71 (or 0x052C71) is unknown color: approx Sapphire. HEX triplet: 05, 2C and 71. RGB value is (5,44,113). Sum of RGB (Red+Green+Blue) = 5+44+113=162 (21% of max value = 765). Red value is 5 (2.34% from 255 or 3.09% from 162); Green value is 44 (17.58% from 255 or 27.16% from 162); Blue value is 113 (44.53% from 255 or 69.75% from 162); Max value from RGB is 113 - color contains mainly: blue. Hex color #052C71 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #052C71 is #FAD38E. Grayscale: #272727. Windows color (decimal): -16438159 or 7416837. OLE color: 7416837.

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

Color convert

RGB544113-
CMYK0.960.6100.56
HSL218.33º91.53%23.14%-
HSV(B)218.33º95.58%44.31%-
XYZ3.943.0316-
YUV40.2169.08102.89-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 3.09%
GREEN value IS 44 (17.58% from 255) = 27.16%
BLUE value IS 113 (44.53% from 255) = 69.75%
R=3.09%
G=27.16%
B=69.75%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal5441130.960.6100.56218.3391.5323.14
Hex52C71603D038da5c17
Octal5541611407507033213427
Binary10110110011100011100000111101011100011011010101110010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #052C71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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