#050F59

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

Shades of Sapphire #050F59

Tints of Sapphire #050F59

Color information

#050F59 (or 0x050F59) is unknown color: approx Sapphire. HEX triplet: 05, 0F and 59. RGB value is (5,15,89). Sum of RGB (Red+Green+Blue) = 5+15+89=109 (14% of max value = 765). Red value is 5 (2.34% from 255 or 4.59% from 109); Green value is 15 (6.25% from 255 or 13.76% from 109); Blue value is 89 (35.16% from 255 or 81.65% from 109); Max value from RGB is 89 - color contains mainly: blue. Hex color #050F59 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #050F59 is #FAF0A6. Grayscale: #141414. Windows color (decimal): -16445607 or 5836549. OLE color: 5836549.

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

Color convert

RGB51589-
CMYK0.940.8300.65
HSL232.86º89.36%18.43%-
HSV(B)232.86º94.38%34.9%-
XYZ2.041.19.56-
YUV20.45166.69116.98-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 4.59%
GREEN value IS 15 (6.25% from 255) = 13.76%
BLUE value IS 89 (35.16% from 255) = 81.65%
R=4.59%
G=13.76%
B=81.65%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal515890.940.8300.65232.8689.3618.43
Hex5F595E53041e95912
Octal517131136123010135113122
Binary10111111011001101111010100110100000111101001101100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #050F59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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