#052278

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

Shades of Sapphire #052278

Tints of Sapphire #052278

Color information

#052278 (or 0x052278) is unknown color: approx Sapphire. HEX triplet: 05, 22 and 78. RGB value is (5,34,120). Sum of RGB (Red+Green+Blue) = 5+34+120=159 (21% of max value = 765). Red value is 5 (2.34% from 255 or 3.14% from 159); Green value is 34 (13.67% from 255 or 21.38% from 159); Blue value is 120 (47.27% from 255 or 75.47% from 159); Max value from RGB is 120 - color contains mainly: blue. Hex color #052278 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #052278 is #FADD87. Grayscale: #222222. Windows color (decimal): -16440712 or 7873029. OLE color: 7873029.

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

Color convert

RGB534120-
CMYK0.960.7200.53
HSL224.87º92%24.51%-
HSV(B)224.87º95.83%47.06%-
XYZ4.022.5318.05-
YUV35.13175.89106.51-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 3.14%
GREEN value IS 34 (13.67% from 255) = 21.38%
BLUE value IS 120 (47.27% from 255) = 75.47%
R=3.14%
G=21.38%
B=75.47%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal5341200.960.7200.53224.879224.51
Hex522786048035e15c19
Octal54217014011006534113431
Binary101100010111100011000001001000011010111100001101110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #052278

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #052278; }

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

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

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

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

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

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

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

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