#011346

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

Shades of Sapphire #011346

Tints of Sapphire #011346

Color information

#011346 (or 0x011346) is unknown color: approx Sapphire. HEX triplet: 01, 13 and 46. RGB value is (1,19,70). Sum of RGB (Red+Green+Blue) = 1+19+70=90 (11% of max value = 765). Red value is 1 (0.78% from 255 or 1.11% from 90); Green value is 19 (7.81% from 255 or 21.11% from 90); Blue value is 70 (27.73% from 255 or 77.78% from 90); Max value from RGB is 70 - color contains mainly: blue. Hex color #011346 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #011346 is #FEECB9. Grayscale: #131313. Windows color (decimal): -16706746 or 4592385. OLE color: 4592385.

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

Color convert

RGB11970-
CMYK0.990.7300.73
HSL224.35º97.18%13.92%-
HSV(B)224.35º98.57%27.45%-
XYZ1.350.915.9-
YUV19.43156.54114.85-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 1.11%
GREEN value IS 19 (7.81% from 255) = 21.11%
BLUE value IS 70 (27.73% from 255) = 77.78%
R=1.11%
G=21.11%
B=77.78%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal119700.990.7300.73224.3597.1813.92
Hex113466349049e061e
Octal123106143111011134014116
Binary110011100011011000111001001010010011110000011000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #011346

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #011346; }

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

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

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

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

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

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

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

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