#050E54

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

Shades of Sapphire #050E54

Tints of Sapphire #050E54

Color information

#050E54 (or 0x050E54) is unknown color: approx Sapphire. HEX triplet: 05, 0E and 54. RGB value is (5,14,84). Sum of RGB (Red+Green+Blue) = 5+14+84=103 (13% of max value = 765). Red value is 5 (2.34% from 255 or 4.85% from 103); Green value is 14 (5.86% from 255 or 13.59% from 103); Blue value is 84 (33.20% from 255 or 81.55% from 103); Max value from RGB is 84 - color contains mainly: blue. Hex color #050E54 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #050E54 is #FAF1AB. Grayscale: #131313. Windows color (decimal): -16445868 or 5508613. OLE color: 5508613.

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

Color convert

RGB51484-
CMYK0.940.8300.67
HSL233.16º88.76%17.45%-
HSV(B)233.16º94.05%32.94%-
XYZ1.820.998.48-
YUV19.29164.52117.81-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 4.85%
GREEN value IS 14 (5.86% from 255) = 13.59%
BLUE value IS 84 (33.20% from 255) = 81.55%
R=4.85%
G=13.59%
B=81.55%

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
Decimal514840.940.8300.67233.1688.7617.45
Hex5E545E53043e95911
Octal516124136123010335113121
Binary10111101010100101111010100110100001111101001101100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #050E54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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