#052460

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

Shades of Sapphire #052460

Tints of Sapphire #052460

Color information

#052460 (or 0x052460) is unknown color: approx Sapphire. HEX triplet: 05, 24 and 60. RGB value is (5,36,96). Sum of RGB (Red+Green+Blue) = 5+36+96=137 (18% of max value = 765). Red value is 5 (2.34% from 255 or 3.65% from 137); Green value is 36 (14.45% from 255 or 26.28% from 137); Blue value is 96 (37.89% from 255 or 70.07% from 137); Max value from RGB is 96 - color contains mainly: blue. Hex color #052460 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #052460 is #FADB9F. Grayscale: #212121. Windows color (decimal): -16440224 or 6300677. OLE color: 6300677.

HSL color Cylindrical-coordinate representation of color #052460: hue angle of 219.56º degrees, saturation: 0.9, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #052460 is Cyan = 0.95, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB53696-
CMYK0.950.6200.62
HSL219.56º90.1%19.8%-
HSV(B)219.56º94.79%37.65%-
XYZ2.82.1411.33-
YUV33.57163.23107.62-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 3.65%
GREEN value IS 36 (14.45% from 255) = 26.28%
BLUE value IS 96 (37.89% from 255) = 70.07%
R=3.65%
G=26.28%
B=70.07%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal536960.950.6200.62219.5690.119.8
Hex524605F3E03Edc5a14
Octal5441401377607633413224
Binary10110010011000001011111111110011111011011100101101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #052460

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #052460; }

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

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

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

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

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

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

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

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