#011550

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

Shades of Sapphire #011550

Tints of Sapphire #011550

Color information

#011550 (or 0x011550) is unknown color: approx Sapphire. HEX triplet: 01, 15 and 50. RGB value is (1,21,80). Sum of RGB (Red+Green+Blue) = 1+21+80=102 (13% of max value = 765). Red value is 1 (0.78% from 255 or 0.98% from 102); Green value is 21 (8.59% from 255 or 20.59% from 102); Blue value is 80 (31.64% from 255 or 78.43% from 102); Max value from RGB is 80 - color contains mainly: blue. Hex color #011550 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #011550 is #FEEAAF. Grayscale: #151515. Windows color (decimal): -16706224 or 5248257. OLE color: 5248257.

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

Color convert

RGB12180-
CMYK0.990.7400.69
HSL224.81º97.53%15.88%-
HSV(B)224.81º98.75%31.37%-
XYZ1.731.127.71-
YUV21.75160.87113.2-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.98%
GREEN value IS 21 (8.59% from 255) = 20.59%
BLUE value IS 80 (31.64% from 255) = 78.43%
R=0.98%
G=20.59%
B=78.43%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal121800.990.7400.69224.8197.5315.88
Hex11550634A045e16210
Octal125120143112010534114220
Binary1101011010000110001110010100100010111100001110001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #011550

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #011550; }

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

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

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

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

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

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

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

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