#050E5D

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

Shades of Sapphire #050E5D

Tints of Sapphire #050E5D

Color information

#050E5D (or 0x050E5D) is unknown color: approx Sapphire. HEX triplet: 05, 0E and 5D. RGB value is (5,14,93). Sum of RGB (Red+Green+Blue) = 5+14+93=112 (14% of max value = 765). Red value is 5 (2.34% from 255 or 4.46% from 112); Green value is 14 (5.86% from 255 or 12.5% from 112); Blue value is 93 (36.72% from 255 or 83.04% from 112); Max value from RGB is 93 - color contains mainly: blue. Hex color #050E5D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #050E5D is #FAF1A2. Grayscale: #131313. Windows color (decimal): -16445859 or 6098437. OLE color: 6098437.

HSL color Cylindrical-coordinate representation of color #050E5D: hue angle of 233.86º degrees, saturation: 0.9, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #050E5D is Cyan = 0.95, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB51493-
CMYK0.950.8500.64
HSL233.86º89.8%19.22%-
HSV(B)233.86º94.62%36.47%-
XYZ2.21.1410.46-
YUV20.31169.02117.08-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 4.46%
GREEN value IS 14 (5.86% from 255) = 12.5%
BLUE value IS 93 (36.72% from 255) = 83.04%
R=4.46%
G=12.5%
B=83.04%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal514930.950.8500.64233.8689.819.22
Hex5E5D5F55040ea5a13
Octal516135137125010035213223
Binary10111101011101101111110101010100000011101010101101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #050E5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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