#052155

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

Shades of Sapphire #052155

Tints of Sapphire #052155

Color information

#052155 (or 0x052155) is unknown color: approx Sapphire. HEX triplet: 05, 21 and 55. RGB value is (5,33,85). Sum of RGB (Red+Green+Blue) = 5+33+85=123 (16% of max value = 765). Red value is 5 (2.34% from 255 or 4.07% from 123); Green value is 33 (13.28% from 255 or 26.83% from 123); Blue value is 85 (33.59% from 255 or 69.11% from 123); Max value from RGB is 85 - color contains mainly: blue. Hex color #052155 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #052155 is #FADEAA. Grayscale: #1E1E1E. Windows color (decimal): -16441003 or 5579013. OLE color: 5579013.

HSL color Cylindrical-coordinate representation of color #052155: hue angle of 219º degrees, saturation: 0.89, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #052155 is Cyan = 0.94, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB53385-
CMYK0.940.6100.67
HSL219º88.89%17.65%-
HSV(B)219º94.12%33.33%-
XYZ2.251.788.82-
YUV30.56158.72109.77-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 4.07%
GREEN value IS 33 (13.28% from 255) = 26.83%
BLUE value IS 85 (33.59% from 255) = 69.11%
R=4.07%
G=26.83%
B=69.11%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal533850.940.6100.6721988.8917.65
Hex521555E3D043db5912
Octal54112513675010333313122
Binary101100001101010110111101111010100001111011011101100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #052155

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #052155; }

 p { color: rgb(5,33,85); }

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

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

 a { background-color: rgb(5,33,85); }

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

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

 span { border-color: rgb(5,33,85); }

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