Shades of Sapphire #01256C
Tints of Sapphire #01256C
RGB
CMYK
RGB Variations
Color information
#01256C (or 0x01256C) is known color: Sapphire. HEX triplet: 01, 25 and 6C. RGB value is (1,37,108). Sum of RGB (Red+Green+Blue) = 1+37+108=146 (19% of max value = 765). Red value is 1 (0.78% from 255 or 0.68% from 146); Green value is 37 (14.84% from 255 or 25.34% from 146); Blue value is 108 (42.58% from 255 or 73.97% from 146); Max value from RGB is 108 - color contains mainly: blue. Hex color #01256C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #01256C is #FEDA93. Grayscale: #222222. Windows color (decimal): -16702100 or 7087361. OLE color: 7087361.
HSL color Cylindrical-coordinate representation of color #01256C: hue angle of 219.81º 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 #01256C is Cyan = 0.99, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 1 | 37 | 108 | - |
| CMYK | 0.99 | 0.66 | 0 | 0.58 |
| HSL | 219.81º | 0.98% | 0.21% | - |
| HSV(B) | 219.81º | 0.99% | 0.42% | - |
| XYZ | 3.38 | 2.41 | 14.47 | - |
| YUV | 34.33 | 169.57 | 104.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 37 | 108 | 0.99 | 0.66 | 0 | 0.58 | 219.81 | 0.98 | 0.21 |
| Hex | 1 | 25 | 6C | 63 | 42 | 0 | 3A | DC | 62 | 15 |
| Octal | 1 | 45 | 154 | 143 | 102 | 0 | 72 | 334 | 142 | 25 |
| Binary | 1 | 100101 | 1101100 | 1100011 | 1000010 | 0 | 111010 | 11011100 | 1100010 | 10101 |
Color Harmonies of #01256C
Complementary color
Monochromatic Colors of #01256C
Black with #01256C
Text Example
Text Example
White with #01256C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01256C; }
p { color: rgb(1,37,108); }
H1.HeaderClassName
{
color: #01256C;
}
.AnyTagClassName
{
color: #01256C;
}
</style>
background-color css
<style>
a { background-color: #01256C; }
a { background-color: rgb(1,37,108); }
div.DivClassName
{
background-color: #01256C;
}
.BgClassName
{
background-color: #01256C;
}
</style>
border-color css
<style>
span { border-color: #01256C; }
span { border-color: rgb(1,37,108); }
td.TdClassName
{
border-color: #01256C;
}
.TagClassName
{
border-color: #01256C;
}
</style>