Shades of Sapphire #12277D
Tints of Sapphire #12277D
RGB
CMYK
RGB Variations
Color information
#12277D (or 0x12277D) is known color: Sapphire. HEX triplet: 12, 27 and 7D. RGB value is (18,39,125). Sum of RGB (Red+Green+Blue) = 18+39+125=182 (24% of max value = 765). Red value is 18 (7.42% from 255 or 9.89% from 182); Green value is 39 (15.62% from 255 or 21.43% from 182); Blue value is 125 (49.22% from 255 or 68.68% from 182); Max value from RGB is 125 - color contains mainly: blue. Hex color #12277D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #12277D is #EDD882. Grayscale: #2A2A2A. Windows color (decimal): -15587459 or 8202002. OLE color: 8202002.
HSL color Cylindrical-coordinate representation of color #12277D: hue angle of 228.22º degrees, saturation: 0.75, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #12277D is Cyan = 0.86, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 18 | 39 | 125 | - |
| CMYK | 0.86 | 0.69 | 0 | 0.51 |
| HSL | 228.22º | 0.75% | 0.28% | - |
| HSV(B) | 228.22º | 0.86% | 0.49% | - |
| XYZ | 4.68 | 3.06 | 19.75 | - |
| YUV | 42.53 | 174.54 | 110.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 39 | 125 | 0.86 | 0.69 | 0 | 0.51 | 228.22 | 0.75 | 0.28 |
| Hex | 12 | 27 | 7D | 56 | 45 | 0 | 33 | E4 | 4B | 1C |
| Octal | 22 | 47 | 175 | 126 | 105 | 0 | 63 | 344 | 113 | 34 |
| Binary | 10010 | 100111 | 1111101 | 1010110 | 1000101 | 0 | 110011 | 11100100 | 1001011 | 11100 |
Color Harmonies of #12277D
Complementary color
Monochromatic Colors of #12277D
Black with #12277D
Text Example
Text Example
White with #12277D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12277D; }
p { color: rgb(18,39,125); }
H1.HeaderClassName
{
color: #12277D;
}
.AnyTagClassName
{
color: #12277D;
}
</style>
background-color css
<style>
a { background-color: #12277D; }
a { background-color: rgb(18,39,125); }
div.DivClassName
{
background-color: #12277D;
}
.BgClassName
{
background-color: #12277D;
}
</style>
border-color css
<style>
span { border-color: #12277D; }
span { border-color: rgb(18,39,125); }
td.TdClassName
{
border-color: #12277D;
}
.TagClassName
{
border-color: #12277D;
}
</style>