#050E53

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

Shades of Sapphire #050E53

Tints of Sapphire #050E53

Color information

#050E53 (or 0x050E53) is unknown color: approx Sapphire. HEX triplet: 05, 0E and 53. RGB value is (5,14,83). Sum of RGB (Red+Green+Blue) = 5+14+83=102 (13% of max value = 765). Red value is 5 (2.34% from 255 or 4.90% from 102); Green value is 14 (5.86% from 255 or 13.73% from 102); Blue value is 83 (32.81% from 255 or 81.37% from 102); Max value from RGB is 83 - color contains mainly: blue. Hex color #050E53 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #050E53 is #FAF1AC. Grayscale: #121212. Windows color (decimal): -16445869 or 5443077. OLE color: 5443077.

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

Color convert

RGB51483-
CMYK0.940.8300.67
HSL233.08º88.64%17.25%-
HSV(B)233.08º93.98%32.55%-
XYZ1.780.978.28-
YUV19.17164.02117.89-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 4.90%
GREEN value IS 14 (5.86% from 255) = 13.73%
BLUE value IS 83 (32.81% from 255) = 81.37%
R=4.90%
G=13.73%
B=81.37%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal514830.940.8300.67233.0888.6417.25
Hex5E535E53043e95911
Octal516123136123010335113121
Binary10111101010011101111010100110100001111101001101100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #050E53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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