#051A50

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

Shades of Sapphire #051A50

Tints of Sapphire #051A50

Color information

#051A50 (or 0x051A50) is unknown color: approx Sapphire. HEX triplet: 05, 1A and 50. RGB value is (5,26,80). Sum of RGB (Red+Green+Blue) = 5+26+80=111 (14% of max value = 765). Red value is 5 (2.34% from 255 or 4.50% from 111); Green value is 26 (10.55% from 255 or 23.42% from 111); Blue value is 80 (31.64% from 255 or 72.07% from 111); Max value from RGB is 80 - color contains mainly: blue. Hex color #051A50 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #051A50 is #FAE5AF. Grayscale: #191919. Windows color (decimal): -16442800 or 5249541. OLE color: 5249541.

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

Color convert

RGB52680-
CMYK0.940.6700.69
HSL223.2º88.24%16.67%-
HSV(B)223.2º93.75%31.37%-
XYZ1.881.357.75-
YUV25.88158.54113.11-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 4.50%
GREEN value IS 26 (10.55% from 255) = 23.42%
BLUE value IS 80 (31.64% from 255) = 72.07%
R=4.50%
G=23.42%
B=72.07%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal526800.940.6700.69223.288.2416.67
Hex51A505E43045df5811
Octal532120136103010533713021
Binary101110101010000101111010000110100010111011111101100010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #051A50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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