#051A51

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

Shades of Sapphire #051A51

Tints of Sapphire #051A51

Color information

#051A51 (or 0x051A51) is unknown color: approx Sapphire. HEX triplet: 05, 1A and 51. RGB value is (5,26,81). Sum of RGB (Red+Green+Blue) = 5+26+81=112 (14% of max value = 765). Red value is 5 (2.34% from 255 or 4.46% from 112); Green value is 26 (10.55% from 255 or 23.21% from 112); Blue value is 81 (32.03% from 255 or 72.32% from 112); Max value from RGB is 81 - color contains mainly: blue. Hex color #051A51 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #051A51 is #FAE5AE. Grayscale: #191919. Windows color (decimal): -16442799 or 5315077. OLE color: 5315077.

HSL color Cylindrical-coordinate representation of color #051A51: hue angle of 223.42º degrees, saturation: 0.88, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #051A51 is Cyan = 0.94, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB52681-
CMYK0.940.6800.68
HSL223.42º88.37%16.86%-
HSV(B)223.42º93.83%31.76%-
XYZ1.921.377.95-
YUV25.99159.04113.03-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 4.46%
GREEN value IS 26 (10.55% from 255) = 23.21%
BLUE value IS 81 (32.03% from 255) = 72.32%
R=4.46%
G=23.21%
B=72.32%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal526810.940.6800.68223.4288.3716.86
Hex51A515E44044df5811
Octal532121136104010433713021
Binary101110101010001101111010001000100010011011111101100010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #051A51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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