Shades of Sapphire #01256F
Tints of Sapphire #01256F
RGB
CMYK
RGB Variations
Color information
#01256F (or 0x01256F) is known color: Sapphire. HEX triplet: 01, 25 and 6F. RGB value is (1,37,111). Sum of RGB (Red+Green+Blue) = 1+37+111=149 (19% of max value = 765). Red value is 1 (0.78% from 255 or 0.67% from 149); Green value is 37 (14.84% from 255 or 24.83% from 149); Blue value is 111 (43.75% from 255 or 74.50% from 149); Max value from RGB is 111 - color contains mainly: blue. Hex color #01256F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #01256F is #FEDA90. Grayscale: #222222. Windows color (decimal): -16702097 or 7283969. OLE color: 7283969.
HSL color Cylindrical-coordinate representation of color #01256F: hue angle of 220.36º degrees, saturation: 0.98, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01256F is Cyan = 0.99, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 1 | 37 | 111 | - |
| CMYK | 0.99 | 0.67 | 0 | 0.56 |
| HSL | 220.36º | 0.98% | 0.22% | - |
| HSV(B) | 220.36º | 0.99% | 0.44% | - |
| XYZ | 3.54 | 2.48 | 15.33 | - |
| YUV | 34.67 | 171.07 | 103.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 37 | 111 | 0.99 | 0.67 | 0 | 0.56 | 220.36 | 0.98 | 0.22 |
| Hex | 1 | 25 | 6F | 63 | 43 | 0 | 38 | DC | 62 | 16 |
| Octal | 1 | 45 | 157 | 143 | 103 | 0 | 70 | 334 | 142 | 26 |
| Binary | 1 | 100101 | 1101111 | 1100011 | 1000011 | 0 | 111000 | 11011100 | 1100010 | 10110 |
Color Harmonies of #01256F
Complementary color
Monochromatic Colors of #01256F
Black with #01256F
Text Example
Text Example
White with #01256F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01256F; }
p { color: rgb(1,37,111); }
H1.HeaderClassName
{
color: #01256F;
}
.AnyTagClassName
{
color: #01256F;
}
</style>
background-color css
<style>
a { background-color: #01256F; }
a { background-color: rgb(1,37,111); }
div.DivClassName
{
background-color: #01256F;
}
.BgClassName
{
background-color: #01256F;
}
</style>
border-color css
<style>
span { border-color: #01256F; }
span { border-color: rgb(1,37,111); }
td.TdClassName
{
border-color: #01256F;
}
.TagClassName
{
border-color: #01256F;
}
</style>