#011C49

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

Shades of Sapphire #011C49

Tints of Sapphire #011C49

Color information

#011C49 (or 0x011C49) is unknown color: approx Sapphire. HEX triplet: 01, 1C and 49. RGB value is (1,28,73). Sum of RGB (Red+Green+Blue) = 1+28+73=102 (13% of max value = 765). Red value is 1 (0.78% from 255 or 0.98% from 102); Green value is 28 (11.33% from 255 or 27.45% from 102); Blue value is 73 (28.91% from 255 or 71.57% from 102); Max value from RGB is 73 - color contains mainly: blue. Hex color #011C49 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #011C49 is #FEE3B6. Grayscale: #181818. Windows color (decimal): -16704439 or 4791297. OLE color: 4791297.

HSL color Cylindrical-coordinate representation of color #011C49: hue angle of 217.5º degrees, saturation: 0.97, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #011C49 is Cyan = 0.99, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB12873-
CMYK0.990.6200.71
HSL217.5º97.3%14.51%-
HSV(B)217.5º98.63%28.63%-
XYZ1.631.326.47-
YUV25.06155.05110.84-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.98%
GREEN value IS 28 (11.33% from 255) = 27.45%
BLUE value IS 73 (28.91% from 255) = 71.57%
R=0.98%
G=27.45%
B=71.57%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal128730.990.6200.71217.597.314.51
Hex11C49633E047da61f
Octal13411114376010733214117
Binary11110010010011100011111110010001111101101011000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #011C49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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