Shades of Sapphire #011B74
Tints of Sapphire #011B74
RGB
CMYK
RGB Variations
Color information
#011B74 (or 0x011B74) is known color: Sapphire. HEX triplet: 01, 1B and 74. RGB value is (1,27,116). Sum of RGB (Red+Green+Blue) = 1+27+116=144 (19% of max value = 765). Red value is 1 (0.78% from 255 or 0.69% from 144); Green value is 27 (10.94% from 255 or 18.75% from 144); Blue value is 116 (45.70% from 255 or 80.56% from 144); Max value from RGB is 116 - color contains mainly: blue. Hex color #011B74 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #011B74 is #FEE48B. Grayscale: #1C1C1C. Windows color (decimal): -16704652 or 7609089. OLE color: 7609089.
HSL color Cylindrical-coordinate representation of color #011B74: hue angle of 226.43º degrees, saturation: 0.98, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #011B74 is Cyan = 0.99, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 1 | 27 | 116 | - |
| CMYK | 0.99 | 0.77 | 0 | 0.55 |
| HSL | 226.43º | 0.98% | 0.23% | - |
| HSV(B) | 226.43º | 0.99% | 0.45% | - |
| XYZ | 3.56 | 2.05 | 16.73 | - |
| YUV | 29.37 | 176.89 | 107.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 27 | 116 | 0.99 | 0.77 | 0 | 0.55 | 226.43 | 0.98 | 0.23 |
| Hex | 1 | 1B | 74 | 63 | 4D | 0 | 37 | E2 | 62 | 17 |
| Octal | 1 | 33 | 164 | 143 | 115 | 0 | 67 | 342 | 142 | 27 |
| Binary | 1 | 11011 | 1110100 | 1100011 | 1001101 | 0 | 110111 | 11100010 | 1100010 | 10111 |
Color Harmonies of #011B74
Complementary color
Monochromatic Colors of #011B74
Black with #011B74
Text Example
Text Example
White with #011B74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #011B74; }
p { color: rgb(1,27,116); }
H1.HeaderClassName
{
color: #011B74;
}
.AnyTagClassName
{
color: #011B74;
}
</style>
background-color css
<style>
a { background-color: #011B74; }
a { background-color: rgb(1,27,116); }
div.DivClassName
{
background-color: #011B74;
}
.BgClassName
{
background-color: #011B74;
}
</style>
border-color css
<style>
span { border-color: #011B74; }
span { border-color: rgb(1,27,116); }
td.TdClassName
{
border-color: #011B74;
}
.TagClassName
{
border-color: #011B74;
}
</style>