#011350

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

Shades of Sapphire #011350

Tints of Sapphire #011350

Color information

#011350 (or 0x011350) is unknown color: approx Sapphire. HEX triplet: 01, 13 and 50. RGB value is (1,19,80). Sum of RGB (Red+Green+Blue) = 1+19+80=100 (13% of max value = 765). Red value is 1 (0.78% from 255 or 1% from 100); Green value is 19 (7.81% from 255 or 19% from 100); Blue value is 80 (31.64% from 255 or 80% from 100); Max value from RGB is 80 - color contains mainly: blue. Hex color #011350 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #011350 is #FEECAF. Grayscale: #141414. Windows color (decimal): -16706736 or 5247745. OLE color: 5247745.

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

Color convert

RGB11980-
CMYK0.990.7600.69
HSL226.33º97.53%15.88%-
HSV(B)226.33º98.75%31.37%-
XYZ1.691.057.7-
YUV20.57161.54114.04-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 1%
GREEN value IS 19 (7.81% from 255) = 19%
BLUE value IS 80 (31.64% from 255) = 80%
R=1%
G=19%
B=80%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal119800.990.7600.69226.3397.5315.88
Hex11350634C045e26210
Octal123120143114010534214220
Binary1100111010000110001110011000100010111100010110001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #011350

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #011350; }

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

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

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

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

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

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

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

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