Shades of Sapphire #01247B
Tints of Sapphire #01247B
RGB
CMYK
RGB Variations
Color information
#01247B (or 0x01247B) is known color: Sapphire. HEX triplet: 01, 24 and 7B. RGB value is (1,36,123). Sum of RGB (Red+Green+Blue) = 1+36+123=160 (21% of max value = 765). Red value is 1 (0.78% from 255 or 0.62% from 160); Green value is 36 (14.45% from 255 or 22.5% from 160); Blue value is 123 (48.44% from 255 or 76.88% from 160); Max value from RGB is 123 - color contains mainly: blue. Hex color #01247B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #01247B is #FEDB84. Grayscale: #232323. Windows color (decimal): -16702341 or 8070145. OLE color: 8070145.
HSL color Cylindrical-coordinate representation of color #01247B: hue angle of 222.79º degrees, saturation: 0.98, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01247B is Cyan = 0.99, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 1 | 36 | 123 | - |
| CMYK | 0.99 | 0.71 | 0 | 0.52 |
| HSL | 222.79º | 0.98% | 0.24% | - |
| HSV(B) | 222.79º | 0.99% | 0.48% | - |
| XYZ | 4.22 | 2.7 | 19.04 | - |
| YUV | 35.45 | 177.4 | 103.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 36 | 123 | 0.99 | 0.71 | 0 | 0.52 | 222.79 | 0.98 | 0.24 |
| Hex | 1 | 24 | 7B | 63 | 47 | 0 | 34 | DF | 62 | 18 |
| Octal | 1 | 44 | 173 | 143 | 107 | 0 | 64 | 337 | 142 | 30 |
| Binary | 1 | 100100 | 1111011 | 1100011 | 1000111 | 0 | 110100 | 11011111 | 1100010 | 11000 |
Color Harmonies of #01247B
Complementary color
Monochromatic Colors of #01247B
Black with #01247B
Text Example
Text Example
White with #01247B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01247B; }
p { color: rgb(1,36,123); }
H1.HeaderClassName
{
color: #01247B;
}
.AnyTagClassName
{
color: #01247B;
}
</style>
background-color css
<style>
a { background-color: #01247B; }
a { background-color: rgb(1,36,123); }
div.DivClassName
{
background-color: #01247B;
}
.BgClassName
{
background-color: #01247B;
}
</style>
border-color css
<style>
span { border-color: #01247B; }
span { border-color: rgb(1,36,123); }
td.TdClassName
{
border-color: #01247B;
}
.TagClassName
{
border-color: #01247B;
}
</style>