#052975

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

Shades of Sapphire #052975

Tints of Sapphire #052975

Color information

#052975 (or 0x052975) is unknown color: approx Sapphire. HEX triplet: 05, 29 and 75. RGB value is (5,41,117). Sum of RGB (Red+Green+Blue) = 5+41+117=163 (21% of max value = 765). Red value is 5 (2.34% from 255 or 3.07% from 163); Green value is 41 (16.41% from 255 or 25.15% from 163); Blue value is 117 (46.09% from 255 or 71.78% from 163); Max value from RGB is 117 - color contains mainly: blue. Hex color #052975 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #052975 is #FAD68A. Grayscale: #262626. Windows color (decimal): -16438923 or 7678213. OLE color: 7678213.

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

Color convert

RGB541117-
CMYK0.960.6500.54
HSL220.71º91.8%23.92%-
HSV(B)220.71º95.73%45.88%-
XYZ4.072.917.18-
YUV38.9172.07103.82-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 3.07%
GREEN value IS 41 (16.41% from 255) = 25.15%
BLUE value IS 117 (46.09% from 255) = 71.78%
R=3.07%
G=25.15%
B=71.78%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal5411170.960.6500.54220.7191.823.92
Hex529756041036dd5c18
Octal55116514010106633513430
Binary101101001111010111000001000001011011011011101101110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #052975

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #052975; }

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

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

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

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

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

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

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

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