#051A55

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

Shades of Sapphire #051A55

Tints of Sapphire #051A55

Color information

#051A55 (or 0x051A55) is unknown color: approx Sapphire. HEX triplet: 05, 1A and 55. RGB value is (5,26,85). Sum of RGB (Red+Green+Blue) = 5+26+85=116 (15% of max value = 765). Red value is 5 (2.34% from 255 or 4.31% from 116); Green value is 26 (10.55% from 255 or 22.41% from 116); Blue value is 85 (33.59% from 255 or 73.28% from 116); Max value from RGB is 85 - color contains mainly: blue. Hex color #051A55 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #051A55 is #FAE5AA. Grayscale: #1A1A1A. Windows color (decimal): -16442795 or 5577221. OLE color: 5577221.

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

Color convert

RGB52685-
CMYK0.940.6900.67
HSL224.25º88.89%17.65%-
HSV(B)224.25º94.12%33.33%-
XYZ2.071.438.76-
YUV26.45161.04112.7-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 4.31%
GREEN value IS 26 (10.55% from 255) = 22.41%
BLUE value IS 85 (33.59% from 255) = 73.28%
R=4.31%
G=22.41%
B=73.28%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal526850.940.6900.67224.2588.8917.65
Hex51A555E45043e05912
Octal532125136105010334013122
Binary101110101010101101111010001010100001111100000101100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #051A55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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