#050C50

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

Shades of Sapphire #050C50

Tints of Sapphire #050C50

Color information

#050C50 (or 0x050C50) is unknown color: approx Sapphire. HEX triplet: 05, 0C and 50. RGB value is (5,12,80). Sum of RGB (Red+Green+Blue) = 5+12+80=97 (12% of max value = 765). Red value is 5 (2.34% from 255 or 5.15% from 97); Green value is 12 (5.08% from 255 or 12.37% from 97); Blue value is 80 (31.64% from 255 or 82.47% from 97); Max value from RGB is 80 - color contains mainly: blue. Hex color #050C50 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #050C50 is #FAF3AF. Grayscale: #111111. Windows color (decimal): -16446384 or 5245957. OLE color: 5245957.

HSL color Cylindrical-coordinate representation of color #050C50: hue angle of 234.4º degrees, saturation: 0.88, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #050C50 is Cyan = 0.94, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB51280-
CMYK0.940.8500.69
HSL234.4º88.24%16.67%-
HSV(B)234.4º93.75%31.37%-
XYZ1.640.877.67-
YUV17.66163.18118.97-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 5.15%
GREEN value IS 12 (5.08% from 255) = 12.37%
BLUE value IS 80 (31.64% from 255) = 82.47%
R=5.15%
G=12.37%
B=82.47%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal512800.940.8500.69234.488.2416.67
Hex5C505E55045ea5811
Octal514120136125010535213021
Binary10111001010000101111010101010100010111101010101100010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #050C50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(5,12,80); }

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

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

 a { background-color: rgb(5,12,80); }

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

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

 span { border-color: rgb(5,12,80); }

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