#052877

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

Shades of Sapphire #052877

Tints of Sapphire #052877

Color information

#052877 (or 0x052877) is unknown color: approx Sapphire. HEX triplet: 05, 28 and 77. RGB value is (5,40,119). Sum of RGB (Red+Green+Blue) = 5+40+119=164 (21% of max value = 765). Red value is 5 (2.34% from 255 or 3.05% from 164); Green value is 40 (16.02% from 255 or 24.39% from 164); Blue value is 119 (46.88% from 255 or 72.56% from 164); Max value from RGB is 119 - color contains mainly: blue. Hex color #052877 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #052877 is #FAD788. Grayscale: #262626. Windows color (decimal): -16439177 or 7809029. OLE color: 7809029.

HSL color Cylindrical-coordinate representation of color #052877: hue angle of 221.58º degrees, saturation: 0.92, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #052877 is Cyan = 0.96, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB540119-
CMYK0.960.6600.53
HSL221.58º91.94%24.31%-
HSV(B)221.58º95.8%46.67%-
XYZ4.152.8817.79-
YUV38.54173.4104.08-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 3.05%
GREEN value IS 40 (16.02% from 255) = 24.39%
BLUE value IS 119 (46.88% from 255) = 72.56%
R=3.05%
G=24.39%
B=72.56%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal5401190.960.6600.53221.5891.9424.31
Hex528776042035de5c18
Octal55016714010206533613430
Binary101101000111011111000001000010011010111011110101110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #052877

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #052877; }

 p { color: rgb(5,40,119); }

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

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

 a { background-color: rgb(5,40,119); }

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

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

 span { border-color: rgb(5,40,119); }

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