#050F5E

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

Shades of Sapphire #050F5E

Tints of Sapphire #050F5E

Color information

#050F5E (or 0x050F5E) is unknown color: approx Sapphire. HEX triplet: 05, 0F and 5E. RGB value is (5,15,94). Sum of RGB (Red+Green+Blue) = 5+15+94=114 (15% of max value = 765). Red value is 5 (2.34% from 255 or 4.39% from 114); Green value is 15 (6.25% from 255 or 13.16% from 114); Blue value is 94 (37.11% from 255 or 82.46% from 114); Max value from RGB is 94 - color contains mainly: blue. Hex color #050F5E is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #050F5E is #FAF0A1. Grayscale: #141414. Windows color (decimal): -16445602 or 6164229. OLE color: 6164229.

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

Color convert

RGB51594-
CMYK0.950.8400.63
HSL233.26º89.9%19.41%-
HSV(B)233.26º94.68%36.86%-
XYZ2.251.1810.7-
YUV21.02169.19116.58-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 4.39%
GREEN value IS 15 (6.25% from 255) = 13.16%
BLUE value IS 94 (37.11% from 255) = 82.46%
R=4.39%
G=13.16%
B=82.46%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal515940.950.8400.63233.2689.919.41
Hex5F5E5F5403Fe95a13
Octal51713613712407735113223
Binary1011111101111010111111010100011111111101001101101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #050F5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(5,15,94); }

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

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

 a { background-color: rgb(5,15,94); }

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

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

 span { border-color: rgb(5,15,94); }

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