#052376

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

Shades of Sapphire #052376

Tints of Sapphire #052376

Color information

#052376 (or 0x052376) is unknown color: approx Sapphire. HEX triplet: 05, 23 and 76. RGB value is (5,35,118). Sum of RGB (Red+Green+Blue) = 5+35+118=158 (20% of max value = 765). Red value is 5 (2.34% from 255 or 3.16% from 158); Green value is 35 (14.06% from 255 or 22.15% from 158); Blue value is 118 (46.48% from 255 or 74.68% from 158); Max value from RGB is 118 - color contains mainly: blue. Hex color #052376 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #052376 is #FADC89. Grayscale: #232323. Windows color (decimal): -16440458 or 7742213. OLE color: 7742213.

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

Color convert

RGB535118-
CMYK0.960.7000.54
HSL224.07º91.87%24.12%-
HSV(B)224.07º95.76%46.27%-
XYZ3.932.5417.42-
YUV35.49174.56106.25-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 3.16%
GREEN value IS 35 (14.06% from 255) = 22.15%
BLUE value IS 118 (46.48% from 255) = 74.68%
R=3.16%
G=22.15%
B=74.68%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal5351180.960.7000.54224.0791.8724.12
Hex523766046036e05c18
Octal54316614010606634013430
Binary101100011111011011000001000110011011011100000101110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #052376

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #052376; }

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

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

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

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

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

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

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

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