Shades of Sapphire #12246B
Tints of Sapphire #12246B
RGB
CMYK
RGB Variations
Color information
#12246B (or 0x12246B) is known color: Sapphire. HEX triplet: 12, 24 and 6B. RGB value is (18,36,107). Sum of RGB (Red+Green+Blue) = 18+36+107=161 (21% of max value = 765). Red value is 18 (7.42% from 255 or 11.18% from 161); Green value is 36 (14.45% from 255 or 22.36% from 161); Blue value is 107 (42.19% from 255 or 66.46% from 161); Max value from RGB is 107 - color contains mainly: blue. Hex color #12246B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #12246B is #EDDB94. Grayscale: #262626. Windows color (decimal): -15588245 or 7021586. OLE color: 7021586.
HSL color Cylindrical-coordinate representation of color #12246B: hue angle of 227.87º degrees, saturation: 0.71, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #12246B is Cyan = 0.83, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 18 | 36 | 107 | - |
| CMYK | 0.83 | 0.66 | 0 | 0.58 |
| HSL | 227.87º | 0.71% | 0.25% | - |
| HSV(B) | 227.87º | 0.83% | 0.42% | - |
| XYZ | 3.53 | 2.45 | 14.2 | - |
| YUV | 38.71 | 166.54 | 113.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 36 | 107 | 0.83 | 0.66 | 0 | 0.58 | 227.87 | 0.71 | 0.25 |
| Hex | 12 | 24 | 6B | 53 | 42 | 0 | 3A | E4 | 47 | 19 |
| Octal | 22 | 44 | 153 | 123 | 102 | 0 | 72 | 344 | 107 | 31 |
| Binary | 10010 | 100100 | 1101011 | 1010011 | 1000010 | 0 | 111010 | 11100100 | 1000111 | 11001 |
Color Harmonies of #12246B
Complementary color
Monochromatic Colors of #12246B
Black with #12246B
Text Example
Text Example
White with #12246B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12246B; }
p { color: rgb(18,36,107); }
H1.HeaderClassName
{
color: #12246B;
}
.AnyTagClassName
{
color: #12246B;
}
</style>
background-color css
<style>
a { background-color: #12246B; }
a { background-color: rgb(18,36,107); }
div.DivClassName
{
background-color: #12246B;
}
.BgClassName
{
background-color: #12246B;
}
</style>
border-color css
<style>
span { border-color: #12246B; }
span { border-color: rgb(18,36,107); }
td.TdClassName
{
border-color: #12246B;
}
.TagClassName
{
border-color: #12246B;
}
</style>