#011150

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

Shades of Sapphire #011150

Tints of Sapphire #011150

Color information

#011150 (or 0x011150) is unknown color: approx Sapphire. HEX triplet: 01, 11 and 50. RGB value is (1,17,80). Sum of RGB (Red+Green+Blue) = 1+17+80=98 (12% of max value = 765). Red value is 1 (0.78% from 255 or 1.02% from 98); Green value is 17 (7.03% from 255 or 17.35% from 98); Blue value is 80 (31.64% from 255 or 81.63% from 98); Max value from RGB is 80 - color contains mainly: blue. Hex color #011150 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #011150 is #FEEEAF. Grayscale: #131313. Windows color (decimal): -16707248 or 5247233. OLE color: 5247233.

HSL color Cylindrical-coordinate representation of color #011150: hue angle of 227.85º 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 #011150 is Cyan = 0.99, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB11780-
CMYK0.990.7900.69
HSL227.85º97.53%15.88%-
HSV(B)227.85º98.75%31.37%-
XYZ1.660.997.69-
YUV19.4162.2114.88-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 1.02%
GREEN value IS 17 (7.03% from 255) = 17.35%
BLUE value IS 80 (31.64% from 255) = 81.63%
R=1.02%
G=17.35%
B=81.63%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal117800.990.7900.69227.8597.5315.88
Hex11150634F045e46210
Octal121120143117010534414220
Binary1100011010000110001110011110100010111100100110001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #011150

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #011150; }

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

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

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

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

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

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

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

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