Shades of Sapphire #01184B
Tints of Sapphire #01184B
RGB
CMYK
RGB Variations
Color information
#01184B (or 0x01184B) is known color: Sapphire. HEX triplet: 01, 18 and 4B. RGB value is (1,24,75). Sum of RGB (Red+Green+Blue) = 1+24+75=100 (13% of max value = 765). Red value is 1 (0.78% from 255 or 1% from 100); Green value is 24 (9.77% from 255 or 24% from 100); Blue value is 75 (29.69% from 255 or 75% from 100); Max value from RGB is 75 - color contains mainly: blue. Hex color #01184B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #01184B is #FEE7B4. Grayscale: #161616. Windows color (decimal): -16705461 or 4921345. OLE color: 4921345.
HSL color Cylindrical-coordinate representation of color #01184B: hue angle of 221.35º 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 #01184B is Cyan = 0.99, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 1 | 24 | 75 | - |
| CMYK | 0.99 | 0.68 | 0 | 0.71 |
| HSL | 221.35º | 0.97% | 0.15% | - |
| HSV(B) | 221.35º | 0.99% | 0.29% | - |
| XYZ | 1.61 | 1.17 | 6.8 | - |
| YUV | 22.94 | 157.38 | 112.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 24 | 75 | 0.99 | 0.68 | 0 | 0.71 | 221.35 | 0.97 | 0.15 |
| Hex | 1 | 18 | 4B | 63 | 44 | 0 | 47 | DD | 61 | F |
| Octal | 1 | 30 | 113 | 143 | 104 | 0 | 107 | 335 | 141 | 17 |
| Binary | 1 | 11000 | 1001011 | 1100011 | 1000100 | 0 | 1000111 | 11011101 | 1100001 | 1111 |
Color Harmonies of #01184B
Complementary color
Monochromatic Colors of #01184B
Black with #01184B
Text Example
Text Example
White with #01184B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01184B; }
p { color: rgb(1,24,75); }
H1.HeaderClassName
{
color: #01184B;
}
.AnyTagClassName
{
color: #01184B;
}
</style>
background-color css
<style>
a { background-color: #01184B; }
a { background-color: rgb(1,24,75); }
div.DivClassName
{
background-color: #01184B;
}
.BgClassName
{
background-color: #01184B;
}
</style>
border-color css
<style>
span { border-color: #01184B; }
span { border-color: rgb(1,24,75); }
td.TdClassName
{
border-color: #01184B;
}
.TagClassName
{
border-color: #01184B;
}
</style>