Shades of Sapphire #12346E
Tints of Sapphire #12346E
RGB
CMYK
RGB Variations
Color information
#12346E (or 0x12346E) is known color: Sapphire. HEX triplet: 12, 34 and 6E. RGB value is (18,52,110). Sum of RGB (Red+Green+Blue) = 18+52+110=180 (23% of max value = 765). Red value is 18 (7.42% from 255 or 10% from 180); Green value is 52 (20.70% from 255 or 28.89% from 180); Blue value is 110 (43.36% from 255 or 61.11% from 180); Max value from RGB is 110 - color contains mainly: blue. Hex color #12346E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #12346E is #EDCB91. Grayscale: #303030. Windows color (decimal): -15584146 or 7222290. OLE color: 7222290.
HSL color Cylindrical-coordinate representation of color #12346E: hue angle of 217.83º degrees, saturation: 0.72, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #12346E is Cyan = 0.84, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 18 | 52 | 110 | - |
| CMYK | 0.84 | 0.53 | 0 | 0.57 |
| HSL | 217.83º | 0.72% | 0.25% | - |
| HSV(B) | 217.83º | 0.84% | 0.43% | - |
| XYZ | 4.29 | 3.71 | 15.24 | - |
| YUV | 48.45 | 162.74 | 106.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 52 | 110 | 0.84 | 0.53 | 0 | 0.57 | 217.83 | 0.72 | 0.25 |
| Hex | 12 | 34 | 6E | 54 | 35 | 0 | 39 | DA | 48 | 19 |
| Octal | 22 | 64 | 156 | 124 | 65 | 0 | 71 | 332 | 110 | 31 |
| Binary | 10010 | 110100 | 1101110 | 1010100 | 110101 | 0 | 111001 | 11011010 | 1001000 | 11001 |
Color Harmonies of #12346E
Complementary color
Monochromatic Colors of #12346E
Black with #12346E
Text Example
Text Example
White with #12346E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12346E; }
p { color: rgb(18,52,110); }
H1.HeaderClassName
{
color: #12346E;
}
.AnyTagClassName
{
color: #12346E;
}
</style>
background-color css
<style>
a { background-color: #12346E; }
a { background-color: rgb(18,52,110); }
div.DivClassName
{
background-color: #12346E;
}
.BgClassName
{
background-color: #12346E;
}
</style>
border-color css
<style>
span { border-color: #12346E; }
span { border-color: rgb(18,52,110); }
td.TdClassName
{
border-color: #12346E;
}
.TagClassName
{
border-color: #12346E;
}
</style>