#051A59

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

Shades of Sapphire #051A59

Tints of Sapphire #051A59

Color information

#051A59 (or 0x051A59) is unknown color: approx Sapphire. HEX triplet: 05, 1A and 59. RGB value is (5,26,89). Sum of RGB (Red+Green+Blue) = 5+26+89=120 (15% of max value = 765). Red value is 5 (2.34% from 255 or 4.17% from 120); Green value is 26 (10.55% from 255 or 21.67% from 120); Blue value is 89 (35.16% from 255 or 74.17% from 120); Max value from RGB is 89 - color contains mainly: blue. Hex color #051A59 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #051A59 is #FAE5A6. Grayscale: #1A1A1A. Windows color (decimal): -16442791 or 5839365. OLE color: 5839365.

HSL color Cylindrical-coordinate representation of color #051A59: hue angle of 225º degrees, saturation: 0.89, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #051A59 is Cyan = 0.94, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB52689-
CMYK0.940.7100.65
HSL225º89.36%18.43%-
HSV(B)225º94.38%34.9%-
XYZ2.241.499.62-
YUV26.9163.04112.38-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 4.17%
GREEN value IS 26 (10.55% from 255) = 21.67%
BLUE value IS 89 (35.16% from 255) = 74.17%
R=4.17%
G=21.67%
B=74.17%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal526890.940.7100.6522589.3618.43
Hex51A595E47041e15912
Octal532131136107010134113122
Binary101110101011001101111010001110100000111100001101100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #051A59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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