#051560

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

Shades of Sapphire #051560

Tints of Sapphire #051560

Color information

#051560 (or 0x051560) is unknown color: approx Sapphire. HEX triplet: 05, 15 and 60. RGB value is (5,21,96). Sum of RGB (Red+Green+Blue) = 5+21+96=122 (16% of max value = 765). Red value is 5 (2.34% from 255 or 4.10% from 122); Green value is 21 (8.59% from 255 or 17.21% from 122); Blue value is 96 (37.89% from 255 or 78.69% from 122); Max value from RGB is 96 - color contains mainly: blue. Hex color #051560 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #051560 is #FAEA9F. Grayscale: #181818. Windows color (decimal): -16444064 or 6296837. OLE color: 6296837.

HSL color Cylindrical-coordinate representation of color #051560: hue angle of 229.45º 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 #051560 is Cyan = 0.95, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB52196-
CMYK0.950.7800.62
HSL229.45º90.1%19.8%-
HSV(B)229.45º94.79%37.65%-
XYZ2.441.4111.21-
YUV24.77168.2113.9-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 4.10%
GREEN value IS 21 (8.59% from 255) = 17.21%
BLUE value IS 96 (37.89% from 255) = 78.69%
R=4.10%
G=17.21%
B=78.69%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal521960.950.7800.62229.4590.119.8
Hex515605F4E03Ee55a14
Octal52514013711607634513224
Binary10110101110000010111111001110011111011100101101101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #051560

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #051560; }

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

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

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

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

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

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

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

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