Shades of Sapphire #01255C
Tints of Sapphire #01255C
RGB
CMYK
RGB Variations
Color information
#01255C (or 0x01255C) is known color: Sapphire. HEX triplet: 01, 25 and 5C. RGB value is (1,37,92). Sum of RGB (Red+Green+Blue) = 1+37+92=130 (17% of max value = 765). Red value is 1 (0.78% from 255 or 0.77% from 130); Green value is 37 (14.84% from 255 or 28.46% from 130); Blue value is 92 (36.33% from 255 or 70.77% from 130); Max value from RGB is 92 - color contains mainly: blue. Hex color #01255C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #01255C is #FEDAA3. Grayscale: #202020. Windows color (decimal): -16702116 or 6038785. OLE color: 6038785.
HSL color Cylindrical-coordinate representation of color #01255C: hue angle of 216.26º degrees, saturation: 0.98, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01255C is Cyan = 0.99, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 1 | 37 | 92 | - |
| CMYK | 0.99 | 0.60 | 0 | 0.64 |
| HSL | 216.26º | 0.98% | 0.18% | - |
| HSV(B) | 216.26º | 0.99% | 0.36% | - |
| XYZ | 2.61 | 2.1 | 10.39 | - |
| YUV | 32.51 | 161.57 | 105.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 37 | 92 | 0.99 | 0.60 | 0 | 0.64 | 216.26 | 0.98 | 0.18 |
| Hex | 1 | 25 | 5C | 63 | 3C | 0 | 40 | D8 | 62 | 12 |
| Octal | 1 | 45 | 134 | 143 | 74 | 0 | 100 | 330 | 142 | 22 |
| Binary | 1 | 100101 | 1011100 | 1100011 | 111100 | 0 | 1000000 | 11011000 | 1100010 | 10010 |
Color Harmonies of #01255C
Complementary color
Monochromatic Colors of #01255C
Black with #01255C
Text Example
Text Example
White with #01255C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01255C; }
p { color: rgb(1,37,92); }
H1.HeaderClassName
{
color: #01255C;
}
.AnyTagClassName
{
color: #01255C;
}
</style>
background-color css
<style>
a { background-color: #01255C; }
a { background-color: rgb(1,37,92); }
div.DivClassName
{
background-color: #01255C;
}
.BgClassName
{
background-color: #01255C;
}
</style>
border-color css
<style>
span { border-color: #01255C; }
span { border-color: rgb(1,37,92); }
td.TdClassName
{
border-color: #01255C;
}
.TagClassName
{
border-color: #01255C;
}
</style>