Shades of Sapphire #12267A
Tints of Sapphire #12267A
RGB
CMYK
RGB Variations
Color information
#12267A (or 0x12267A) is known color: Sapphire. HEX triplet: 12, 26 and 7A. RGB value is (18,38,122). Sum of RGB (Red+Green+Blue) = 18+38+122=178 (23% of max value = 765). Red value is 18 (7.42% from 255 or 10.11% from 178); Green value is 38 (15.23% from 255 or 21.35% from 178); Blue value is 122 (48.05% from 255 or 68.54% from 178); Max value from RGB is 122 - color contains mainly: blue. Hex color #12267A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #12267A is #EDD985. Grayscale: #292929. Windows color (decimal): -15587718 or 8005138. OLE color: 8005138.
HSL color Cylindrical-coordinate representation of color #12267A: hue angle of 228.46º degrees, saturation: 0.74, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #12267A is Cyan = 0.85, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 18 | 38 | 122 | - |
| CMYK | 0.85 | 0.69 | 0 | 0.52 |
| HSL | 228.46º | 0.74% | 0.27% | - |
| HSV(B) | 228.46º | 0.85% | 0.48% | - |
| XYZ | 4.46 | 2.92 | 18.74 | - |
| YUV | 41.6 | 173.37 | 111.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 38 | 122 | 0.85 | 0.69 | 0 | 0.52 | 228.46 | 0.74 | 0.27 |
| Hex | 12 | 26 | 7A | 55 | 45 | 0 | 34 | E4 | 4A | 1B |
| Octal | 22 | 46 | 172 | 125 | 105 | 0 | 64 | 344 | 112 | 33 |
| Binary | 10010 | 100110 | 1111010 | 1010101 | 1000101 | 0 | 110100 | 11100100 | 1001010 | 11011 |
Color Harmonies of #12267A
Complementary color
Monochromatic Colors of #12267A
Black with #12267A
Text Example
Text Example
White with #12267A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12267A; }
p { color: rgb(18,38,122); }
H1.HeaderClassName
{
color: #12267A;
}
.AnyTagClassName
{
color: #12267A;
}
</style>
background-color css
<style>
a { background-color: #12267A; }
a { background-color: rgb(18,38,122); }
div.DivClassName
{
background-color: #12267A;
}
.BgClassName
{
background-color: #12267A;
}
</style>
border-color css
<style>
span { border-color: #12267A; }
span { border-color: rgb(18,38,122); }
td.TdClassName
{
border-color: #12267A;
}
.TagClassName
{
border-color: #12267A;
}
</style>