Shades of Sapphire #012481
Tints of Sapphire #012481
RGB
CMYK
RGB Variations
Color information
#012481 (or 0x012481) is known color: Sapphire. HEX triplet: 01, 24 and 81. RGB value is (1,36,129). Sum of RGB (Red+Green+Blue) = 1+36+129=166 (21% of max value = 765). Red value is 1 (0.78% from 255 or 0.60% from 166); Green value is 36 (14.45% from 255 or 21.69% from 166); Blue value is 129 (50.78% from 255 or 77.71% from 166); Max value from RGB is 129 - color contains mainly: blue. Hex color #012481 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #012481 is #FEDB7E. Grayscale: #232323. Windows color (decimal): -16702335 or 8463361. OLE color: 8463361.
HSL color Cylindrical-coordinate representation of color #012481: hue angle of 223.59º degrees, saturation: 0.98, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #012481 is Cyan = 0.99, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 1 | 36 | 129 | - |
| CMYK | 0.99 | 0.72 | 0 | 0.49 |
| HSL | 223.59º | 0.98% | 0.25% | - |
| HSV(B) | 223.59º | 0.99% | 0.51% | - |
| XYZ | 4.61 | 2.85 | 21.08 | - |
| YUV | 36.14 | 180.4 | 102.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 36 | 129 | 0.99 | 0.72 | 0 | 0.49 | 223.59 | 0.98 | 0.25 |
| Hex | 1 | 24 | 81 | 63 | 48 | 0 | 31 | E0 | 62 | 19 |
| Octal | 1 | 44 | 201 | 143 | 110 | 0 | 61 | 340 | 142 | 31 |
| Binary | 1 | 100100 | 10000001 | 1100011 | 1001000 | 0 | 110001 | 11100000 | 1100010 | 11001 |
Color Harmonies of #012481
Complementary color
Monochromatic Colors of #012481
Black with #012481
Text Example
Text Example
White with #012481
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #012481; }
p { color: rgb(1,36,129); }
H1.HeaderClassName
{
color: #012481;
}
.AnyTagClassName
{
color: #012481;
}
</style>
background-color css
<style>
a { background-color: #012481; }
a { background-color: rgb(1,36,129); }
div.DivClassName
{
background-color: #012481;
}
.BgClassName
{
background-color: #012481;
}
</style>
border-color css
<style>
span { border-color: #012481; }
span { border-color: rgb(1,36,129); }
td.TdClassName
{
border-color: #012481;
}
.TagClassName
{
border-color: #012481;
}
</style>