#011C76

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

Shades of Sapphire #011C76

Tints of Sapphire #011C76

Color information

#011C76 (or 0x011C76) is unknown color: approx Sapphire. HEX triplet: 01, 1C and 76. RGB value is (1,28,118). Sum of RGB (Red+Green+Blue) = 1+28+118=147 (19% of max value = 765). Red value is 1 (0.78% from 255 or 0.68% from 147); Green value is 28 (11.33% from 255 or 19.05% from 147); Blue value is 118 (46.48% from 255 or 80.27% from 147); Max value from RGB is 118 - color contains mainly: blue. Hex color #011C76 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #011C76 is #FEE389. Grayscale: #1D1D1D. Windows color (decimal): -16704394 or 7740417. OLE color: 7740417.

HSL color Cylindrical-coordinate representation of color #011C76: hue angle of 226.15º degrees, saturation: 0.98, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #011C76 is Cyan = 0.99, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB128118-
CMYK0.990.7600.54
HSL226.15º98.32%23.33%-
HSV(B)226.15º99.15%46.27%-
XYZ3.72.1417.36-
YUV30.19177.55107.18-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.68%
GREEN value IS 28 (11.33% from 255) = 19.05%
BLUE value IS 118 (46.48% from 255) = 80.27%
R=0.68%
G=19.05%
B=80.27%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1281180.990.7600.54226.1598.3223.33
Hex11C76634C036e26217
Octal13416614311406634214227
Binary111100111011011000111001100011011011100010110001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #011C76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #011C76; }

 p { color: rgb(1,28,118); }

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

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

 a { background-color: rgb(1,28,118); }

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

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

 span { border-color: rgb(1,28,118); }

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