#052075

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

Shades of Sapphire #052075

Tints of Sapphire #052075

Color information

#052075 (or 0x052075) is unknown color: approx Sapphire. HEX triplet: 05, 20 and 75. RGB value is (5,32,117). Sum of RGB (Red+Green+Blue) = 5+32+117=154 (20% of max value = 765). Red value is 5 (2.34% from 255 or 3.25% from 154); Green value is 32 (12.89% from 255 or 20.78% from 154); Blue value is 117 (46.09% from 255 or 75.97% from 154); Max value from RGB is 117 - color contains mainly: blue. Hex color #052075 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #052075 is #FADF8A. Grayscale: #212121. Windows color (decimal): -16441227 or 7675909. OLE color: 7675909.

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

Color convert

RGB532117-
CMYK0.960.7300.54
HSL225.54º91.8%23.92%-
HSV(B)225.54º95.73%45.88%-
XYZ3.792.3517.08-
YUV33.62175.05107.59-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 3.25%
GREEN value IS 32 (12.89% from 255) = 20.78%
BLUE value IS 117 (46.09% from 255) = 75.97%
R=3.25%
G=20.78%
B=75.97%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal5321170.960.7300.54225.5491.823.92
Hex520756049036e25c18
Octal54016514011106634213430
Binary101100000111010111000001001001011011011100010101110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #052075

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #052075; }

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

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

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

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

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

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

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

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