#051056

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

Shades of Sapphire #051056

Tints of Sapphire #051056

Color information

#051056 (or 0x051056) is unknown color: approx Sapphire. HEX triplet: 05, 10 and 56. RGB value is (5,16,86). Sum of RGB (Red+Green+Blue) = 5+16+86=107 (14% of max value = 765). Red value is 5 (2.34% from 255 or 4.67% from 107); Green value is 16 (6.64% from 255 or 14.95% from 107); Blue value is 86 (33.98% from 255 or 80.37% from 107); Max value from RGB is 86 - color contains mainly: blue. Hex color #051056 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #051056 is #FAEFA9. Grayscale: #141414. Windows color (decimal): -16445354 or 5640197. OLE color: 5640197.

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

Color convert

RGB51686-
CMYK0.940.8100.66
HSL231.85º89.01%17.84%-
HSV(B)231.85º94.19%33.73%-
XYZ1.931.078.91-
YUV20.69164.86116.81-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 4.67%
GREEN value IS 16 (6.64% from 255) = 14.95%
BLUE value IS 86 (33.98% from 255) = 80.37%
R=4.67%
G=14.95%
B=80.37%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal516860.940.8100.66231.8589.0117.84
Hex510565E51042e85912
Octal520126136121010235013122
Binary101100001010110101111010100010100001011101000101100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #051056

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #051056; }

 p { color: rgb(5,16,86); }

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

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

 a { background-color: rgb(5,16,86); }

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

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

 span { border-color: rgb(5,16,86); }

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