#051656

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

Shades of Sapphire #051656

Tints of Sapphire #051656

Color information

#051656 (or 0x051656) is unknown color: approx Sapphire. HEX triplet: 05, 16 and 56. RGB value is (5,22,86). Sum of RGB (Red+Green+Blue) = 5+22+86=113 (14% of max value = 765). Red value is 5 (2.34% from 255 or 4.42% from 113); Green value is 22 (8.98% from 255 or 19.47% from 113); Blue value is 86 (33.98% from 255 or 76.11% from 113); Max value from RGB is 86 - color contains mainly: blue. Hex color #051656 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #051656 is #FAE9A9. Grayscale: #171717. Windows color (decimal): -16443818 or 5641733. OLE color: 5641733.

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

Color convert

RGB52286-
CMYK0.940.7400.66
HSL227.41º89.01%17.84%-
HSV(B)227.41º94.19%33.73%-
XYZ2.031.288.94-
YUV24.21162.87114.3-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 4.42%
GREEN value IS 22 (8.98% from 255) = 19.47%
BLUE value IS 86 (33.98% from 255) = 76.11%
R=4.42%
G=19.47%
B=76.11%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal522860.940.7400.66227.4189.0117.84
Hex516565E4A042e35912
Octal526126136112010234313122
Binary101101101010110101111010010100100001011100011101100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #051656

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #051656; }

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

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

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

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

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

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

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

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