Shades of Sapphire #12254F
Tints of Sapphire #12254F
RGB
CMYK
RGB Variations
Color information
#12254F (or 0x12254F) is known color: Sapphire. HEX triplet: 12, 25 and 4F. RGB value is (18,37,79). Sum of RGB (Red+Green+Blue) = 18+37+79=134 (17% of max value = 765). Red value is 18 (7.42% from 255 or 13.43% from 134); Green value is 37 (14.84% from 255 or 27.61% from 134); Blue value is 79 (31.25% from 255 or 58.96% from 134); Max value from RGB is 79 - color contains mainly: blue. Hex color #12254F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #12254F is #EDDAB0. Grayscale: #232323. Windows color (decimal): -15588017 or 5186834. OLE color: 5186834.
HSL color Cylindrical-coordinate representation of color #12254F: hue angle of 221.31º degrees, saturation: 0.63, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #12254F is Cyan = 0.77, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 18 | 37 | 79 | - |
| CMYK | 0.77 | 0.53 | 0 | 0.69 |
| HSL | 221.31º | 0.63% | 0.19% | - |
| HSV(B) | 221.31º | 0.77% | 0.31% | - |
| XYZ | 2.32 | 2.02 | 7.66 | - |
| YUV | 36.11 | 152.21 | 115.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 37 | 79 | 0.77 | 0.53 | 0 | 0.69 | 221.31 | 0.63 | 0.19 |
| Hex | 12 | 25 | 4F | 4D | 35 | 0 | 45 | DD | 3F | 13 |
| Octal | 22 | 45 | 117 | 115 | 65 | 0 | 105 | 335 | 77 | 23 |
| Binary | 10010 | 100101 | 1001111 | 1001101 | 110101 | 0 | 1000101 | 11011101 | 111111 | 10011 |
Color Harmonies of #12254F
Complementary color
Monochromatic Colors of #12254F
Black with #12254F
Text Example
Text Example
White with #12254F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12254F; }
p { color: rgb(18,37,79); }
H1.HeaderClassName
{
color: #12254F;
}
.AnyTagClassName
{
color: #12254F;
}
</style>
background-color css
<style>
a { background-color: #12254F; }
a { background-color: rgb(18,37,79); }
div.DivClassName
{
background-color: #12254F;
}
.BgClassName
{
background-color: #12254F;
}
</style>
border-color css
<style>
span { border-color: #12254F; }
span { border-color: rgb(18,37,79); }
td.TdClassName
{
border-color: #12254F;
}
.TagClassName
{
border-color: #12254F;
}
</style>