#051456

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

Shades of Sapphire #051456

Tints of Sapphire #051456

Color information

#051456 (or 0x051456) is unknown color: approx Sapphire. HEX triplet: 05, 14 and 56. RGB value is (5,20,86). Sum of RGB (Red+Green+Blue) = 5+20+86=111 (14% of max value = 765). Red value is 5 (2.34% from 255 or 4.50% from 111); Green value is 20 (8.20% from 255 or 18.02% from 111); Blue value is 86 (33.98% from 255 or 77.48% from 111); Max value from RGB is 86 - color contains mainly: blue. Hex color #051456 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #051456 is #FAEBA9. Grayscale: #161616. Windows color (decimal): -16444330 or 5641221. OLE color: 5641221.

HSL color Cylindrical-coordinate representation of color #051456: hue angle of 228.89º 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 #051456 is Cyan = 0.94, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB52086-
CMYK0.940.7700.66
HSL228.89º89.01%17.84%-
HSV(B)228.89º94.19%33.73%-
XYZ1.991.28.93-
YUV23.04163.53115.13-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 4.50%
GREEN value IS 20 (8.20% from 255) = 18.02%
BLUE value IS 86 (33.98% from 255) = 77.48%
R=4.50%
G=18.02%
B=77.48%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal520860.940.7700.66228.8989.0117.84
Hex514565E4D042e55912
Octal524126136115010234513122
Binary101101001010110101111010011010100001011100101101100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #051456

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #051456; }

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

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

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

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

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

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

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

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