#011060

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

Shades of Sapphire #011060

Tints of Sapphire #011060

Color information

#011060 (or 0x011060) is unknown color: approx Sapphire. HEX triplet: 01, 10 and 60. RGB value is (1,16,96). Sum of RGB (Red+Green+Blue) = 1+16+96=113 (14% of max value = 765). Red value is 1 (0.78% from 255 or 0.88% from 113); Green value is 16 (6.64% from 255 or 14.16% from 113); Blue value is 96 (37.89% from 255 or 84.96% from 113); Max value from RGB is 96 - color contains mainly: blue. Hex color #011060 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #011060 is #FEEF9F. Grayscale: #141414. Windows color (decimal): -16707488 or 6295553. OLE color: 6295553.

HSL color Cylindrical-coordinate representation of color #011060: hue angle of 230.53º degrees, saturation: 0.98, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #011060 is Cyan = 0.99, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB11696-
CMYK0.990.8300.62
HSL230.53º97.94%19.02%-
HSV(B)230.53º98.96%37.65%-
XYZ2.311.2211.18-
YUV20.64170.53114-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.88%
GREEN value IS 16 (6.64% from 255) = 14.16%
BLUE value IS 96 (37.89% from 255) = 84.96%
R=0.88%
G=14.16%
B=84.96%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal116960.990.8300.62230.5397.9419.02
Hex11060635303Ee76213
Octal12014014312307634714223
Binary110000110000011000111010011011111011100111110001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #011060

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #011060; }

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

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

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

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

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

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

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

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