Shades of Sapphire #12297B
Tints of Sapphire #12297B
RGB
CMYK
RGB Variations
Color information
#12297B (or 0x12297B) is known color: Sapphire. HEX triplet: 12, 29 and 7B. RGB value is (18,41,123). Sum of RGB (Red+Green+Blue) = 18+41+123=182 (24% of max value = 765). Red value is 18 (7.42% from 255 or 9.89% from 182); Green value is 41 (16.41% from 255 or 22.53% from 182); Blue value is 123 (48.44% from 255 or 67.58% from 182); Max value from RGB is 123 - color contains mainly: blue. Hex color #12297B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #12297B is #EDD684. Grayscale: #2B2B2B. Windows color (decimal): -15586949 or 8071442. OLE color: 8071442.
HSL color Cylindrical-coordinate representation of color #12297B: hue angle of 226.86º degrees, saturation: 0.74, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #12297B is Cyan = 0.85, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 18 | 41 | 123 | - |
| CMYK | 0.85 | 0.67 | 0 | 0.52 |
| HSL | 226.86º | 0.74% | 0.28% | - |
| HSV(B) | 226.86º | 0.85% | 0.48% | - |
| XYZ | 4.62 | 3.14 | 19.1 | - |
| YUV | 43.47 | 172.88 | 109.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 41 | 123 | 0.85 | 0.67 | 0 | 0.52 | 226.86 | 0.74 | 0.28 |
| Hex | 12 | 29 | 7B | 55 | 43 | 0 | 34 | E3 | 4A | 1C |
| Octal | 22 | 51 | 173 | 125 | 103 | 0 | 64 | 343 | 112 | 34 |
| Binary | 10010 | 101001 | 1111011 | 1010101 | 1000011 | 0 | 110100 | 11100011 | 1001010 | 11100 |
Color Harmonies of #12297B
Complementary color
Monochromatic Colors of #12297B
Black with #12297B
Text Example
Text Example
White with #12297B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12297B; }
p { color: rgb(18,41,123); }
H1.HeaderClassName
{
color: #12297B;
}
.AnyTagClassName
{
color: #12297B;
}
</style>
background-color css
<style>
a { background-color: #12297B; }
a { background-color: rgb(18,41,123); }
div.DivClassName
{
background-color: #12297B;
}
.BgClassName
{
background-color: #12297B;
}
</style>
border-color css
<style>
span { border-color: #12297B; }
span { border-color: rgb(18,41,123); }
td.TdClassName
{
border-color: #12297B;
}
.TagClassName
{
border-color: #12297B;
}
</style>