#052175

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

Shades of Sapphire #052175

Tints of Sapphire #052175

Color information

#052175 (or 0x052175) is unknown color: approx Sapphire. HEX triplet: 05, 21 and 75. RGB value is (5,33,117). Sum of RGB (Red+Green+Blue) = 5+33+117=155 (20% of max value = 765). Red value is 5 (2.34% from 255 or 3.23% from 155); Green value is 33 (13.28% from 255 or 21.29% from 155); Blue value is 117 (46.09% from 255 or 75.48% from 155); Max value from RGB is 117 - color contains mainly: blue. Hex color #052175 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #052175 is #FADE8A. Grayscale: #212121. Windows color (decimal): -16440971 or 7676165. OLE color: 7676165.

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

Color convert

RGB533117-
CMYK0.960.7200.54
HSL225º91.8%23.92%-
HSV(B)225º95.73%45.88%-
XYZ3.822.417.09-
YUV34.2174.72107.17-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 3.23%
GREEN value IS 33 (13.28% from 255) = 21.29%
BLUE value IS 117 (46.09% from 255) = 75.48%
R=3.23%
G=21.29%
B=75.48%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal5331170.960.7200.5422591.823.92
Hex521756048036e15c18
Octal54116514011006634113430
Binary101100001111010111000001001000011011011100001101110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #052175

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #052175; }

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

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

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

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

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

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

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

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