Shades of Sapphire #12356F
Tints of Sapphire #12356F
RGB
CMYK
RGB Variations
Color information
#12356F (or 0x12356F) is known color: Sapphire. HEX triplet: 12, 35 and 6F. RGB value is (18,53,111). Sum of RGB (Red+Green+Blue) = 18+53+111=182 (24% of max value = 765). Red value is 18 (7.42% from 255 or 9.89% from 182); Green value is 53 (21.09% from 255 or 29.12% from 182); Blue value is 111 (43.75% from 255 or 60.99% from 182); Max value from RGB is 111 - color contains mainly: blue. Hex color #12356F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #12356F is #EDCA90. Grayscale: #303030. Windows color (decimal): -15583889 or 7288082. OLE color: 7288082.
HSL color Cylindrical-coordinate representation of color #12356F: hue angle of 217.42º degrees, saturation: 0.72, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #12356F is Cyan = 0.84, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 18 | 53 | 111 | - |
| CMYK | 0.84 | 0.52 | 0 | 0.56 |
| HSL | 217.42º | 0.72% | 0.25% | - |
| HSV(B) | 217.42º | 0.84% | 0.44% | - |
| XYZ | 4.39 | 3.82 | 15.55 | - |
| YUV | 49.15 | 162.9 | 105.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 53 | 111 | 0.84 | 0.52 | 0 | 0.56 | 217.42 | 0.72 | 0.25 |
| Hex | 12 | 35 | 6F | 54 | 34 | 0 | 38 | D9 | 48 | 19 |
| Octal | 22 | 65 | 157 | 124 | 64 | 0 | 70 | 331 | 110 | 31 |
| Binary | 10010 | 110101 | 1101111 | 1010100 | 110100 | 0 | 111000 | 11011001 | 1001000 | 11001 |
Color Harmonies of #12356F
Complementary color
Monochromatic Colors of #12356F
Black with #12356F
Text Example
Text Example
White with #12356F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12356F; }
p { color: rgb(18,53,111); }
H1.HeaderClassName
{
color: #12356F;
}
.AnyTagClassName
{
color: #12356F;
}
</style>
background-color css
<style>
a { background-color: #12356F; }
a { background-color: rgb(18,53,111); }
div.DivClassName
{
background-color: #12356F;
}
.BgClassName
{
background-color: #12356F;
}
</style>
border-color css
<style>
span { border-color: #12356F; }
span { border-color: rgb(18,53,111); }
td.TdClassName
{
border-color: #12356F;
}
.TagClassName
{
border-color: #12356F;
}
</style>