#050F58

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

Shades of Sapphire #050F58

Tints of Sapphire #050F58

Color information

#050F58 (or 0x050F58) is unknown color: approx Sapphire. HEX triplet: 05, 0F and 58. RGB value is (5,15,88). Sum of RGB (Red+Green+Blue) = 5+15+88=108 (14% of max value = 765). Red value is 5 (2.34% from 255 or 4.63% from 108); Green value is 15 (6.25% from 255 or 13.89% from 108); Blue value is 88 (34.77% from 255 or 81.48% from 108); Max value from RGB is 88 - color contains mainly: blue. Hex color #050F58 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #050F58 is #FAF0A7. Grayscale: #141414. Windows color (decimal): -16445608 or 5771013. OLE color: 5771013.

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

Color convert

RGB51588-
CMYK0.940.8300.65
HSL232.77º89.25%18.24%-
HSV(B)232.77º94.32%34.51%-
XYZ1.991.089.34-
YUV20.33166.19117.06-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 4.63%
GREEN value IS 15 (6.25% from 255) = 13.89%
BLUE value IS 88 (34.77% from 255) = 81.48%
R=4.63%
G=13.89%
B=81.48%

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
Decimal515880.940.8300.65232.7789.2518.24
Hex5F585E53041e95912
Octal517130136123010135113122
Binary10111111011000101111010100110100000111101001101100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #050F58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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