Shades of Sapphire #12336D
Tints of Sapphire #12336D
RGB
CMYK
RGB Variations
Color information
#12336D (or 0x12336D) is known color: Sapphire. HEX triplet: 12, 33 and 6D. RGB value is (18,51,109). Sum of RGB (Red+Green+Blue) = 18+51+109=178 (23% of max value = 765). Red value is 18 (7.42% from 255 or 10.11% from 178); Green value is 51 (20.31% from 255 or 28.65% from 178); Blue value is 109 (42.97% from 255 or 61.24% from 178); Max value from RGB is 109 - color contains mainly: blue. Hex color #12336D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #12336D is #EDCC92. Grayscale: #2F2F2F. Windows color (decimal): -15584403 or 7156498. OLE color: 7156498.
HSL color Cylindrical-coordinate representation of color #12336D: hue angle of 218.24º degrees, saturation: 0.72, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #12336D is Cyan = 0.83, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 18 | 51 | 109 | - |
| CMYK | 0.83 | 0.53 | 0 | 0.57 |
| HSL | 218.24º | 0.72% | 0.25% | - |
| HSV(B) | 218.24º | 0.83% | 0.43% | - |
| XYZ | 4.19 | 3.6 | 14.94 | - |
| YUV | 47.75 | 162.57 | 106.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 51 | 109 | 0.83 | 0.53 | 0 | 0.57 | 218.24 | 0.72 | 0.25 |
| Hex | 12 | 33 | 6D | 53 | 35 | 0 | 39 | DA | 48 | 19 |
| Octal | 22 | 63 | 155 | 123 | 65 | 0 | 71 | 332 | 110 | 31 |
| Binary | 10010 | 110011 | 1101101 | 1010011 | 110101 | 0 | 111001 | 11011010 | 1001000 | 11001 |
Color Harmonies of #12336D
Complementary color
Monochromatic Colors of #12336D
Black with #12336D
Text Example
Text Example
White with #12336D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12336D; }
p { color: rgb(18,51,109); }
H1.HeaderClassName
{
color: #12336D;
}
.AnyTagClassName
{
color: #12336D;
}
</style>
background-color css
<style>
a { background-color: #12336D; }
a { background-color: rgb(18,51,109); }
div.DivClassName
{
background-color: #12336D;
}
.BgClassName
{
background-color: #12336D;
}
</style>
border-color css
<style>
span { border-color: #12336D; }
span { border-color: rgb(18,51,109); }
td.TdClassName
{
border-color: #12336D;
}
.TagClassName
{
border-color: #12336D;
}
</style>