#011263

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

Shades of Sapphire #011263

Tints of Sapphire #011263

Color information

#011263 (or 0x011263) is unknown color: approx Sapphire. HEX triplet: 01, 12 and 63. RGB value is (1,18,99). Sum of RGB (Red+Green+Blue) = 1+18+99=118 (15% of max value = 765). Red value is 1 (0.78% from 255 or 0.85% from 118); Green value is 18 (7.42% from 255 or 15.25% from 118); Blue value is 99 (39.06% from 255 or 83.90% from 118); Max value from RGB is 99 - color contains mainly: blue. Hex color #011263 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #011263 is #FEED9C. Grayscale: #151515. Windows color (decimal): -16706973 or 6492673. OLE color: 6492673.

HSL color Cylindrical-coordinate representation of color #011263: hue angle of 229.59º degrees, saturation: 0.98, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #011263 is Cyan = 0.99, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB11899-
CMYK0.990.8200.61
HSL229.59º98%19.61%-
HSV(B)229.59º98.99%38.82%-
XYZ2.481.3411.93-
YUV22.15171.37112.91-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.85%
GREEN value IS 18 (7.42% from 255) = 15.25%
BLUE value IS 99 (39.06% from 255) = 83.90%
R=0.85%
G=15.25%
B=83.90%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal118990.990.8200.61229.599819.61
Hex11263635203De66214
Octal12214314312207534614224
Binary110010110001111000111010010011110111100110110001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #011263

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #011263; }

 p { color: rgb(1,18,99); }

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

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

 a { background-color: rgb(1,18,99); }

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

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

 span { border-color: rgb(1,18,99); }

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