#052459

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

Shades of Sapphire #052459

Tints of Sapphire #052459

Color information

#052459 (or 0x052459) is unknown color: approx Sapphire. HEX triplet: 05, 24 and 59. RGB value is (5,36,89). Sum of RGB (Red+Green+Blue) = 5+36+89=130 (17% of max value = 765). Red value is 5 (2.34% from 255 or 3.85% from 130); Green value is 36 (14.45% from 255 or 27.69% from 130); Blue value is 89 (35.16% from 255 or 68.46% from 130); Max value from RGB is 89 - color contains mainly: blue. Hex color #052459 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #052459 is #FADBA6. Grayscale: #202020. Windows color (decimal): -16440231 or 5841925. OLE color: 5841925.

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

Color convert

RGB53689-
CMYK0.940.6000.65
HSL217.86º89.36%18.43%-
HSV(B)217.86º94.38%34.9%-
XYZ2.52.029.71-
YUV32.77159.73108.19-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 3.85%
GREEN value IS 36 (14.45% from 255) = 27.69%
BLUE value IS 89 (35.16% from 255) = 68.46%
R=3.85%
G=27.69%
B=68.46%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal536890.940.6000.65217.8689.3618.43
Hex524595E3C041da5912
Octal54413113674010133213122
Binary101100100101100110111101111000100000111011010101100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #052459

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #052459; }

 p { color: rgb(5,36,89); }

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

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

 a { background-color: rgb(5,36,89); }

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

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

 span { border-color: rgb(5,36,89); }

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