Shades of Sapphire #123472
Tints of Sapphire #123472
RGB
CMYK
RGB Variations
Color information
#123472 (or 0x123472) is known color: Sapphire. HEX triplet: 12, 34 and 72. RGB value is (18,52,114). Sum of RGB (Red+Green+Blue) = 18+52+114=184 (24% of max value = 765). Red value is 18 (7.42% from 255 or 9.78% from 184); Green value is 52 (20.70% from 255 or 28.26% from 184); Blue value is 114 (44.92% from 255 or 61.96% from 184); Max value from RGB is 114 - color contains mainly: blue. Hex color #123472 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #123472 is #EDCB8D. Grayscale: #303030. Windows color (decimal): -15584142 or 7484434. OLE color: 7484434.
HSL color Cylindrical-coordinate representation of color #123472: hue angle of 218.75º degrees, saturation: 0.73, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #123472 is Cyan = 0.84, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 18 | 52 | 114 | - |
| CMYK | 0.84 | 0.54 | 0 | 0.55 |
| HSL | 218.75º | 0.73% | 0.26% | - |
| HSV(B) | 218.75º | 0.84% | 0.45% | - |
| XYZ | 4.51 | 3.8 | 16.42 | - |
| YUV | 48.9 | 164.74 | 105.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 52 | 114 | 0.84 | 0.54 | 0 | 0.55 | 218.75 | 0.73 | 0.26 |
| Hex | 12 | 34 | 72 | 54 | 36 | 0 | 37 | DB | 49 | 1A |
| Octal | 22 | 64 | 162 | 124 | 66 | 0 | 67 | 333 | 111 | 32 |
| Binary | 10010 | 110100 | 1110010 | 1010100 | 110110 | 0 | 110111 | 11011011 | 1001001 | 11010 |
Color Harmonies of #123472
Complementary color
Monochromatic Colors of #123472
Black with #123472
Text Example
Text Example
White with #123472
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #123472; }
p { color: rgb(18,52,114); }
H1.HeaderClassName
{
color: #123472;
}
.AnyTagClassName
{
color: #123472;
}
</style>
background-color css
<style>
a { background-color: #123472; }
a { background-color: rgb(18,52,114); }
div.DivClassName
{
background-color: #123472;
}
.BgClassName
{
background-color: #123472;
}
</style>
border-color css
<style>
span { border-color: #123472; }
span { border-color: rgb(18,52,114); }
td.TdClassName
{
border-color: #123472;
}
.TagClassName
{
border-color: #123472;
}
</style>