Shades of Sapphire #12277A
Tints of Sapphire #12277A
RGB
CMYK
RGB Variations
Color information
#12277A (or 0x12277A) is known color: Sapphire. HEX triplet: 12, 27 and 7A. RGB value is (18,39,122). Sum of RGB (Red+Green+Blue) = 18+39+122=179 (23% of max value = 765). Red value is 18 (7.42% from 255 or 10.06% from 179); Green value is 39 (15.62% from 255 or 21.79% from 179); Blue value is 122 (48.05% from 255 or 68.16% from 179); Max value from RGB is 122 - color contains mainly: blue. Hex color #12277A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #12277A is #EDD885. Grayscale: #292929. Windows color (decimal): -15587462 or 8005394. OLE color: 8005394.
HSL color Cylindrical-coordinate representation of color #12277A: hue angle of 227.88º 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 #12277A is Cyan = 0.85, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 18 | 39 | 122 | - |
| CMYK | 0.85 | 0.68 | 0 | 0.52 |
| HSL | 227.88º | 0.74% | 0.27% | - |
| HSV(B) | 227.88º | 0.85% | 0.48% | - |
| XYZ | 4.49 | 2.98 | 18.75 | - |
| YUV | 42.18 | 173.04 | 110.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 39 | 122 | 0.85 | 0.68 | 0 | 0.52 | 227.88 | 0.74 | 0.27 |
| Hex | 12 | 27 | 7A | 55 | 44 | 0 | 34 | E4 | 4A | 1B |
| Octal | 22 | 47 | 172 | 125 | 104 | 0 | 64 | 344 | 112 | 33 |
| Binary | 10010 | 100111 | 1111010 | 1010101 | 1000100 | 0 | 110100 | 11100100 | 1001010 | 11011 |
Color Harmonies of #12277A
Complementary color
Monochromatic Colors of #12277A
Black with #12277A
Text Example
Text Example
White with #12277A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12277A; }
p { color: rgb(18,39,122); }
H1.HeaderClassName
{
color: #12277A;
}
.AnyTagClassName
{
color: #12277A;
}
</style>
background-color css
<style>
a { background-color: #12277A; }
a { background-color: rgb(18,39,122); }
div.DivClassName
{
background-color: #12277A;
}
.BgClassName
{
background-color: #12277A;
}
</style>
border-color css
<style>
span { border-color: #12277A; }
span { border-color: rgb(18,39,122); }
td.TdClassName
{
border-color: #12277A;
}
.TagClassName
{
border-color: #12277A;
}
</style>