Shades of Sapphire #01246B
Tints of Sapphire #01246B
RGB
CMYK
RGB Variations
Color information
#01246B (or 0x01246B) is known color: Sapphire. HEX triplet: 01, 24 and 6B. RGB value is (1,36,107). Sum of RGB (Red+Green+Blue) = 1+36+107=144 (19% of max value = 765). Red value is 1 (0.78% from 255 or 0.69% from 144); Green value is 36 (14.45% from 255 or 25% from 144); Blue value is 107 (42.19% from 255 or 74.31% from 144); Max value from RGB is 107 - color contains mainly: blue. Hex color #01246B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #01246B is #FEDB94. Grayscale: #212121. Windows color (decimal): -16702357 or 7021569. OLE color: 7021569.
HSL color Cylindrical-coordinate representation of color #01246B: hue angle of 220.19º degrees, saturation: 0.98, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01246B is Cyan = 0.99, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 1 | 36 | 107 | - |
| CMYK | 0.99 | 0.66 | 0 | 0.58 |
| HSL | 220.19º | 0.98% | 0.21% | - |
| HSV(B) | 220.19º | 0.99% | 0.42% | - |
| XYZ | 3.3 | 2.33 | 14.19 | - |
| YUV | 33.63 | 169.4 | 104.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 36 | 107 | 0.99 | 0.66 | 0 | 0.58 | 220.19 | 0.98 | 0.21 |
| Hex | 1 | 24 | 6B | 63 | 42 | 0 | 3A | DC | 62 | 15 |
| Octal | 1 | 44 | 153 | 143 | 102 | 0 | 72 | 334 | 142 | 25 |
| Binary | 1 | 100100 | 1101011 | 1100011 | 1000010 | 0 | 111010 | 11011100 | 1100010 | 10101 |
Color Harmonies of #01246B
Complementary color
Monochromatic Colors of #01246B
Black with #01246B
Text Example
Text Example
White with #01246B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01246B; }
p { color: rgb(1,36,107); }
H1.HeaderClassName
{
color: #01246B;
}
.AnyTagClassName
{
color: #01246B;
}
</style>
background-color css
<style>
a { background-color: #01246B; }
a { background-color: rgb(1,36,107); }
div.DivClassName
{
background-color: #01246B;
}
.BgClassName
{
background-color: #01246B;
}
</style>
border-color css
<style>
span { border-color: #01246B; }
span { border-color: rgb(1,36,107); }
td.TdClassName
{
border-color: #01246B;
}
.TagClassName
{
border-color: #01246B;
}
</style>