#052878

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

Shades of Sapphire #052878

Tints of Sapphire #052878

Color information

#052878 (or 0x052878) is unknown color: approx Sapphire. HEX triplet: 05, 28 and 78. RGB value is (5,40,120). Sum of RGB (Red+Green+Blue) = 5+40+120=165 (21% of max value = 765). Red value is 5 (2.34% from 255 or 3.03% from 165); Green value is 40 (16.02% from 255 or 24.24% from 165); Blue value is 120 (47.27% from 255 or 72.73% from 165); Max value from RGB is 120 - color contains mainly: blue. Hex color #052878 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #052878 is #FAD787. Grayscale: #262626. Windows color (decimal): -16439176 or 7874565. OLE color: 7874565.

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

Color convert

RGB540120-
CMYK0.960.6700.53
HSL221.74º92%24.51%-
HSV(B)221.74º95.83%47.06%-
XYZ4.212.9118.11-
YUV38.66173.9104-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 3.03%
GREEN value IS 40 (16.02% from 255) = 24.24%
BLUE value IS 120 (47.27% from 255) = 72.73%
R=3.03%
G=24.24%
B=72.73%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal5401200.960.6700.53221.749224.51
Hex528786043035de5c19
Octal55017014010306533613431
Binary101101000111100011000001000011011010111011110101110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #052878

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #052878; }

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

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

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

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

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

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

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

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