#051B57

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

Shades of Sapphire #051B57

Tints of Sapphire #051B57

Color information

#051B57 (or 0x051B57) is unknown color: approx Sapphire. HEX triplet: 05, 1B and 57. RGB value is (5,27,87). Sum of RGB (Red+Green+Blue) = 5+27+87=119 (15% of max value = 765). Red value is 5 (2.34% from 255 or 4.20% from 119); Green value is 27 (10.94% from 255 or 22.69% from 119); Blue value is 87 (34.38% from 255 or 73.11% from 119); Max value from RGB is 87 - color contains mainly: blue. Hex color #051B57 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #051B57 is #FAE4A8. Grayscale: #1B1B1B. Windows color (decimal): -16442537 or 5708549. OLE color: 5708549.

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

Color convert

RGB52787-
CMYK0.940.6900.66
HSL223.9º89.13%18.04%-
HSV(B)223.9º94.25%34.12%-
XYZ2.171.59.19-
YUV27.26161.71112.12-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 4.20%
GREEN value IS 27 (10.94% from 255) = 22.69%
BLUE value IS 87 (34.38% from 255) = 73.11%
R=4.20%
G=22.69%
B=73.11%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal527870.940.6900.66223.989.1318.04
Hex51B575E45042e05912
Octal533127136105010234013122
Binary101110111010111101111010001010100001011100000101100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #051B57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #051B57; }

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

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

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

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

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

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

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

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