#052078

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

Shades of Sapphire #052078

Tints of Sapphire #052078

Color information

#052078 (or 0x052078) is unknown color: approx Sapphire. HEX triplet: 05, 20 and 78. RGB value is (5,32,120). Sum of RGB (Red+Green+Blue) = 5+32+120=157 (20% of max value = 765). Red value is 5 (2.34% from 255 or 3.18% from 157); Green value is 32 (12.89% from 255 or 20.38% from 157); Blue value is 120 (47.27% from 255 or 76.43% from 157); Max value from RGB is 120 - color contains mainly: blue. Hex color #052078 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #052078 is #FADF87. Grayscale: #212121. Windows color (decimal): -16441224 or 7872517. OLE color: 7872517.

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

Color convert

RGB532120-
CMYK0.960.7300.53
HSL225.91º92%24.51%-
HSV(B)225.91º95.83%47.06%-
XYZ3.972.4218.03-
YUV33.96176.55107.34-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 3.18%
GREEN value IS 32 (12.89% from 255) = 20.38%
BLUE value IS 120 (47.27% from 255) = 76.43%
R=3.18%
G=20.38%
B=76.43%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal5321200.960.7300.53225.919224.51
Hex520786049035e25c19
Octal54017014011106534213431
Binary101100000111100011000001001001011010111100010101110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #052078

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #052078; }

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

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

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

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

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

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

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

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