#051756

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

Shades of Sapphire #051756

Tints of Sapphire #051756

Color information

#051756 (or 0x051756) is unknown color: approx Sapphire. HEX triplet: 05, 17 and 56. RGB value is (5,23,86). Sum of RGB (Red+Green+Blue) = 5+23+86=114 (15% of max value = 765). Red value is 5 (2.34% from 255 or 4.39% from 114); Green value is 23 (9.38% from 255 or 20.18% from 114); Blue value is 86 (33.98% from 255 or 75.44% from 114); Max value from RGB is 86 - color contains mainly: blue. Hex color #051756 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #051756 is #FAE8A9. Grayscale: #181818. Windows color (decimal): -16443562 or 5641989. OLE color: 5641989.

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

Color convert

RGB52386-
CMYK0.940.7300.66
HSL226.67º89.01%17.84%-
HSV(B)226.67º94.19%33.73%-
XYZ2.051.328.95-
YUV24.8162.54113.88-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 4.39%
GREEN value IS 23 (9.38% from 255) = 20.18%
BLUE value IS 86 (33.98% from 255) = 75.44%
R=4.39%
G=20.18%
B=75.44%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal523860.940.7300.66226.6789.0117.84
Hex517565E49042e35912
Octal527126136111010234313122
Binary101101111010110101111010010010100001011100011101100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #051756

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #051756; }

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

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

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

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

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

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

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

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