Shades of Sapphire #123272
Tints of Sapphire #123272
RGB
CMYK
RGB Variations
Color information
#123272 (or 0x123272) is known color: Sapphire. HEX triplet: 12, 32 and 72. RGB value is (18,50,114). Sum of RGB (Red+Green+Blue) = 18+50+114=182 (24% of max value = 765). Red value is 18 (7.42% from 255 or 9.89% from 182); Green value is 50 (19.92% from 255 or 27.47% from 182); Blue value is 114 (44.92% from 255 or 62.64% from 182); Max value from RGB is 114 - color contains mainly: blue. Hex color #123272 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #123272 is #EDCD8D. Grayscale: #2F2F2F. Windows color (decimal): -15584654 or 7483922. OLE color: 7483922.
HSL color Cylindrical-coordinate representation of color #123272: hue angle of 220º 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 #123272 is Cyan = 0.84, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 18 | 50 | 114 | - |
| CMYK | 0.84 | 0.56 | 0 | 0.55 |
| HSL | 220º | 0.73% | 0.26% | - |
| HSV(B) | 220º | 0.84% | 0.45% | - |
| XYZ | 4.43 | 3.62 | 16.39 | - |
| YUV | 47.73 | 165.4 | 106.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 50 | 114 | 0.84 | 0.56 | 0 | 0.55 | 220 | 0.73 | 0.26 |
| Hex | 12 | 32 | 72 | 54 | 38 | 0 | 37 | DC | 49 | 1A |
| Octal | 22 | 62 | 162 | 124 | 70 | 0 | 67 | 334 | 111 | 32 |
| Binary | 10010 | 110010 | 1110010 | 1010100 | 111000 | 0 | 110111 | 11011100 | 1001001 | 11010 |
Color Harmonies of #123272
Complementary color
Monochromatic Colors of #123272
Black with #123272
Text Example
Text Example
White with #123272
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #123272; }
p { color: rgb(18,50,114); }
H1.HeaderClassName
{
color: #123272;
}
.AnyTagClassName
{
color: #123272;
}
</style>
background-color css
<style>
a { background-color: #123272; }
a { background-color: rgb(18,50,114); }
div.DivClassName
{
background-color: #123272;
}
.BgClassName
{
background-color: #123272;
}
</style>
border-color css
<style>
span { border-color: #123272; }
span { border-color: rgb(18,50,114); }
td.TdClassName
{
border-color: #123272;
}
.TagClassName
{
border-color: #123272;
}
</style>