#052875

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

Shades of Sapphire #052875

Tints of Sapphire #052875

Color information

#052875 (or 0x052875) is unknown color: approx Sapphire. HEX triplet: 05, 28 and 75. RGB value is (5,40,117). Sum of RGB (Red+Green+Blue) = 5+40+117=162 (21% of max value = 765). Red value is 5 (2.34% from 255 or 3.09% from 162); Green value is 40 (16.02% from 255 or 24.69% from 162); Blue value is 117 (46.09% from 255 or 72.22% from 162); Max value from RGB is 117 - color contains mainly: blue. Hex color #052875 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #052875 is #FAD78A. Grayscale: #252525. Windows color (decimal): -16439179 or 7677957. OLE color: 7677957.

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

Color convert

RGB540117-
CMYK0.960.6600.54
HSL221.25º91.8%23.92%-
HSV(B)221.25º95.73%45.88%-
XYZ4.032.8317.16-
YUV38.31172.4104.24-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 3.09%
GREEN value IS 40 (16.02% from 255) = 24.69%
BLUE value IS 117 (46.09% from 255) = 72.22%
R=3.09%
G=24.69%
B=72.22%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal5401170.960.6600.54221.2591.823.92
Hex528756042036dd5c18
Octal55016514010206633513430
Binary101101000111010111000001000010011011011011101101110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #052875

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #052875; }

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

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

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

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

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

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

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

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