#052476

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

Shades of Sapphire #052476

Tints of Sapphire #052476

Color information

#052476 (or 0x052476) is unknown color: approx Sapphire. HEX triplet: 05, 24 and 76. RGB value is (5,36,118). Sum of RGB (Red+Green+Blue) = 5+36+118=159 (21% of max value = 765). Red value is 5 (2.34% from 255 or 3.14% from 159); Green value is 36 (14.45% from 255 or 22.64% from 159); Blue value is 118 (46.48% from 255 or 74.21% from 159); Max value from RGB is 118 - color contains mainly: blue. Hex color #052476 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #052476 is #FADB89. Grayscale: #232323. Windows color (decimal): -16440202 or 7742469. OLE color: 7742469.

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

Color convert

RGB536118-
CMYK0.960.6900.54
HSL223.54º91.87%24.12%-
HSV(B)223.54º95.76%46.27%-
XYZ3.962.617.43-
YUV36.08174.23105.83-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 3.14%
GREEN value IS 36 (14.45% from 255) = 22.64%
BLUE value IS 118 (46.48% from 255) = 74.21%
R=3.14%
G=22.64%
B=74.21%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal5361180.960.6900.54223.5491.8724.12
Hex524766045036e05c18
Octal54416614010506634013430
Binary101100100111011011000001000101011011011100000101110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #052476

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #052476; }

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

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

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

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

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

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

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

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