#051A58

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

Shades of Sapphire #051A58

Tints of Sapphire #051A58

Color information

#051A58 (or 0x051A58) is unknown color: approx Sapphire. HEX triplet: 05, 1A and 58. RGB value is (5,26,88). Sum of RGB (Red+Green+Blue) = 5+26+88=119 (15% of max value = 765). Red value is 5 (2.34% from 255 or 4.20% from 119); Green value is 26 (10.55% from 255 or 21.85% from 119); Blue value is 88 (34.77% from 255 or 73.95% from 119); Max value from RGB is 88 - color contains mainly: blue. Hex color #051A58 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #051A58 is #FAE5A7. Grayscale: #1A1A1A. Windows color (decimal): -16442792 or 5773829. OLE color: 5773829.

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

Color convert

RGB52688-
CMYK0.940.7000.65
HSL224.82º89.25%18.24%-
HSV(B)224.82º94.32%34.51%-
XYZ2.191.489.4-
YUV26.79162.54112.46-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 4.20%
GREEN value IS 26 (10.55% from 255) = 21.85%
BLUE value IS 88 (34.77% from 255) = 73.95%
R=4.20%
G=21.85%
B=73.95%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal526880.940.7000.65224.8289.2518.24
Hex51A585E46041e15912
Octal532130136106010134113122
Binary101110101011000101111010001100100000111100001101100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #051A58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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