#050E55

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

Shades of Sapphire #050E55

Tints of Sapphire #050E55

Color information

#050E55 (or 0x050E55) is unknown color: approx Sapphire. HEX triplet: 05, 0E and 55. RGB value is (5,14,85). Sum of RGB (Red+Green+Blue) = 5+14+85=104 (13% of max value = 765). Red value is 5 (2.34% from 255 or 4.81% from 104); Green value is 14 (5.86% from 255 or 13.46% from 104); Blue value is 85 (33.59% from 255 or 81.73% from 104); Max value from RGB is 85 - color contains mainly: blue. Hex color #050E55 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #050E55 is #FAF1AA. Grayscale: #131313. Windows color (decimal): -16445867 or 5574149. OLE color: 5574149.

HSL color Cylindrical-coordinate representation of color #050E55: hue angle of 233.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 #050E55 is Cyan = 0.94, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB51485-
CMYK0.940.8400.67
HSL233.25º88.89%17.65%-
HSV(B)233.25º94.12%33.33%-
XYZ1.8618.69-
YUV19.4165.02117.73-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 4.81%
GREEN value IS 14 (5.86% from 255) = 13.46%
BLUE value IS 85 (33.59% from 255) = 81.73%
R=4.81%
G=13.46%
B=81.73%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal514850.940.8400.67233.2588.8917.65
Hex5E555E54043e95912
Octal516125136124010335113122
Binary10111101010101101111010101000100001111101001101100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #050E55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #050E55; }

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

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

<style>
 a { background-color: #050E55; }

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

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

<style>
 span { border-color: #050E55; }

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

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