#051A57

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

Shades of Sapphire #051A57

Tints of Sapphire #051A57

Color information

#051A57 (or 0x051A57) is unknown color: approx Sapphire. HEX triplet: 05, 1A and 57. RGB value is (5,26,87). Sum of RGB (Red+Green+Blue) = 5+26+87=118 (15% of max value = 765). Red value is 5 (2.34% from 255 or 4.24% from 118); Green value is 26 (10.55% from 255 or 22.03% from 118); Blue value is 87 (34.38% from 255 or 73.73% from 118); Max value from RGB is 87 - color contains mainly: blue. Hex color #051A57 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #051A57 is #FAE5A8. Grayscale: #1A1A1A. Windows color (decimal): -16442793 or 5708293. OLE color: 5708293.

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

Color convert

RGB52687-
CMYK0.940.7000.66
HSL224.63º89.13%18.04%-
HSV(B)224.63º94.25%34.12%-
XYZ2.151.469.19-
YUV26.67162.04112.54-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 4.24%
GREEN value IS 26 (10.55% from 255) = 22.03%
BLUE value IS 87 (34.38% from 255) = 73.73%
R=4.24%
G=22.03%
B=73.73%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal526870.940.7000.66224.6389.1318.04
Hex51A575E46042e15912
Octal532127136106010234113122
Binary101110101010111101111010001100100001011100001101100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #051A57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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