#012050

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

Shades of Sapphire #012050

Tints of Sapphire #012050

Color information

#012050 (or 0x012050) is unknown color: approx Sapphire. HEX triplet: 01, 20 and 50. RGB value is (1,32,80). Sum of RGB (Red+Green+Blue) = 1+32+80=113 (14% of max value = 765). Red value is 1 (0.78% from 255 or 0.88% from 113); Green value is 32 (12.89% from 255 or 28.32% from 113); Blue value is 80 (31.64% from 255 or 70.80% from 113); Max value from RGB is 80 - color contains mainly: blue. Hex color #012050 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #012050 is #FEDFAF. Grayscale: #1B1B1B. Windows color (decimal): -16703408 or 5251073. OLE color: 5251073.

HSL color Cylindrical-coordinate representation of color #012050: hue angle of 216.46º degrees, saturation: 0.98, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #012050 is Cyan = 0.99, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB13280-
CMYK0.990.6000.69
HSL216.46º97.53%15.88%-
HSV(B)216.46º98.75%31.37%-
XYZ1.981.627.8-
YUV28.2157.23108.6-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.88%
GREEN value IS 32 (12.89% from 255) = 28.32%
BLUE value IS 80 (31.64% from 255) = 70.80%
R=0.88%
G=28.32%
B=70.80%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal132800.990.6000.69216.4697.5315.88
Hex12050633C045d86210
Octal14012014374010533014220
Binary1100000101000011000111111000100010111011000110001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #012050

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #012050; }

 p { color: rgb(1,32,80); }

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

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

 a { background-color: rgb(1,32,80); }

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

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

 span { border-color: rgb(1,32,80); }

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