Shades of Sapphire #011C84
Tints of Sapphire #011C84
RGB
CMYK
RGB Variations
Color information
#011C84 (or 0x011C84) is known color: Sapphire. HEX triplet: 01, 1C and 84. RGB value is (1,28,132). Sum of RGB (Red+Green+Blue) = 1+28+132=161 (21% of max value = 765). Red value is 1 (0.78% from 255 or 0.62% from 161); Green value is 28 (11.33% from 255 or 17.39% from 161); Blue value is 132 (51.95% from 255 or 81.99% from 161); Max value from RGB is 132 - color contains mainly: blue. Hex color #011C84 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #011C84 is #FEE37B. Grayscale: #1F1F1F. Windows color (decimal): -16704380 or 8657921. OLE color: 8657921.
HSL color Cylindrical-coordinate representation of color #011C84: hue angle of 227.63º degrees, saturation: 0.98, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #011C84 is Cyan = 0.99, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 1 | 28 | 132 | - |
| CMYK | 0.99 | 0.79 | 0 | 0.48 |
| HSL | 227.63º | 0.98% | 0.26% | - |
| HSV(B) | 227.63º | 0.99% | 0.52% | - |
| XYZ | 4.59 | 2.5 | 22.07 | - |
| YUV | 31.78 | 184.55 | 106.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 28 | 132 | 0.99 | 0.79 | 0 | 0.48 | 227.63 | 0.98 | 0.26 |
| Hex | 1 | 1C | 84 | 63 | 4F | 0 | 30 | E4 | 62 | 1A |
| Octal | 1 | 34 | 204 | 143 | 117 | 0 | 60 | 344 | 142 | 32 |
| Binary | 1 | 11100 | 10000100 | 1100011 | 1001111 | 0 | 110000 | 11100100 | 1100010 | 11010 |
Color Harmonies of #011C84
Complementary color
Monochromatic Colors of #011C84
Black with #011C84
Text Example
Text Example
White with #011C84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #011C84; }
p { color: rgb(1,28,132); }
H1.HeaderClassName
{
color: #011C84;
}
.AnyTagClassName
{
color: #011C84;
}
</style>
background-color css
<style>
a { background-color: #011C84; }
a { background-color: rgb(1,28,132); }
div.DivClassName
{
background-color: #011C84;
}
.BgClassName
{
background-color: #011C84;
}
</style>
border-color css
<style>
span { border-color: #011C84; }
span { border-color: rgb(1,28,132); }
td.TdClassName
{
border-color: #011C84;
}
.TagClassName
{
border-color: #011C84;
}
</style>