#051657

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

Shades of Sapphire #051657

Tints of Sapphire #051657

Color information

#051657 (or 0x051657) is unknown color: approx Sapphire. HEX triplet: 05, 16 and 57. RGB value is (5,22,87). Sum of RGB (Red+Green+Blue) = 5+22+87=114 (15% of max value = 765). Red value is 5 (2.34% from 255 or 4.39% from 114); Green value is 22 (8.98% from 255 or 19.30% from 114); Blue value is 87 (34.38% from 255 or 76.32% from 114); Max value from RGB is 87 - color contains mainly: blue. Hex color #051657 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #051657 is #FAE9A8. Grayscale: #181818. Windows color (decimal): -16443817 or 5707269. OLE color: 5707269.

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

Color convert

RGB52287-
CMYK0.940.7500.66
HSL227.56º89.13%18.04%-
HSV(B)227.56º94.25%34.12%-
XYZ2.071.299.16-
YUV24.33163.37114.21-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 4.39%
GREEN value IS 22 (8.98% from 255) = 19.30%
BLUE value IS 87 (34.38% from 255) = 76.32%
R=4.39%
G=19.30%
B=76.32%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal522870.940.7500.66227.5689.1318.04
Hex516575E4B042e45912
Octal526127136113010234413122
Binary101101101010111101111010010110100001011100100101100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #051657

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #051657; }

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

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

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

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

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

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

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

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