#011460

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

Shades of Sapphire #011460

Tints of Sapphire #011460

Color information

#011460 (or 0x011460) is unknown color: approx Sapphire. HEX triplet: 01, 14 and 60. RGB value is (1,20,96). Sum of RGB (Red+Green+Blue) = 1+20+96=117 (15% of max value = 765). Red value is 1 (0.78% from 255 or 0.85% from 117); Green value is 20 (8.20% from 255 or 17.09% from 117); Blue value is 96 (37.89% from 255 or 82.05% from 117); Max value from RGB is 96 - color contains mainly: blue. Hex color #011460 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #011460 is #FEEB9F. Grayscale: #161616. Windows color (decimal): -16706464 or 6296577. OLE color: 6296577.

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

Color convert

RGB12096-
CMYK0.990.7900.62
HSL228º97.94%19.02%-
HSV(B)228º98.96%37.65%-
XYZ2.371.3511.2-
YUV22.98169.21112.32-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.85%
GREEN value IS 20 (8.20% from 255) = 17.09%
BLUE value IS 96 (37.89% from 255) = 82.05%
R=0.85%
G=17.09%
B=82.05%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal120960.990.7900.6222897.9419.02
Hex11460634F03Ee46213
Octal12414014311707634414223
Binary110100110000011000111001111011111011100100110001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #011460

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #011460; }

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

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

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

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

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

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

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

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