#011046

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

Shades of Sapphire #011046

Tints of Sapphire #011046

Color information

#011046 (or 0x011046) is unknown color: approx Sapphire. HEX triplet: 01, 10 and 46. RGB value is (1,16,70). Sum of RGB (Red+Green+Blue) = 1+16+70=87 (11% of max value = 765). Red value is 1 (0.78% from 255 or 1.15% from 87); Green value is 16 (6.64% from 255 or 18.39% from 87); Blue value is 70 (27.73% from 255 or 80.46% from 87); Max value from RGB is 70 - color contains mainly: blue. Hex color #011046 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #011046 is #FEEFB9. Grayscale: #111111. Windows color (decimal): -16707514 or 4591617. OLE color: 4591617.

HSL color Cylindrical-coordinate representation of color #011046: hue angle of 226.96º degrees, saturation: 0.97, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #011046 is Cyan = 0.99, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB11670-
CMYK0.990.7700.73
HSL226.96º97.18%13.92%-
HSV(B)226.96º98.57%27.45%-
XYZ1.30.825.88-
YUV17.67157.53116.11-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 1.15%
GREEN value IS 16 (6.64% from 255) = 18.39%
BLUE value IS 70 (27.73% from 255) = 80.46%
R=1.15%
G=18.39%
B=80.46%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal116700.990.7700.73226.9697.1813.92
Hex11046634D049e361e
Octal120106143115011134314116
Binary110000100011011000111001101010010011110001111000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #011046

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #011046; }

 p { color: rgb(1,16,70); }

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

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

 a { background-color: rgb(1,16,70); }

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

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

 span { border-color: rgb(1,16,70); }

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