Shades of Sapphire #12266C
Tints of Sapphire #12266C
RGB
CMYK
RGB Variations
Color information
#12266C (or 0x12266C) is known color: Sapphire. HEX triplet: 12, 26 and 6C. RGB value is (18,38,108). Sum of RGB (Red+Green+Blue) = 18+38+108=164 (21% of max value = 765). Red value is 18 (7.42% from 255 or 10.98% from 164); Green value is 38 (15.23% from 255 or 23.17% from 164); Blue value is 108 (42.58% from 255 or 65.85% from 164); Max value from RGB is 108 - color contains mainly: blue. Hex color #12266C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #12266C is #EDD993. Grayscale: #272727. Windows color (decimal): -15587732 or 7087634. OLE color: 7087634.
HSL color Cylindrical-coordinate representation of color #12266C: hue angle of 226.67º degrees, saturation: 0.71, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #12266C is Cyan = 0.83, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 18 | 38 | 108 | - |
| CMYK | 0.83 | 0.65 | 0 | 0.58 |
| HSL | 226.67º | 0.71% | 0.25% | - |
| HSV(B) | 226.67º | 0.83% | 0.42% | - |
| XYZ | 3.65 | 2.6 | 14.5 | - |
| YUV | 40 | 166.37 | 112.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 38 | 108 | 0.83 | 0.65 | 0 | 0.58 | 226.67 | 0.71 | 0.25 |
| Hex | 12 | 26 | 6C | 53 | 41 | 0 | 3A | E3 | 47 | 19 |
| Octal | 22 | 46 | 154 | 123 | 101 | 0 | 72 | 343 | 107 | 31 |
| Binary | 10010 | 100110 | 1101100 | 1010011 | 1000001 | 0 | 111010 | 11100011 | 1000111 | 11001 |
Color Harmonies of #12266C
Complementary color
Monochromatic Colors of #12266C
Black with #12266C
Text Example
Text Example
White with #12266C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12266C; }
p { color: rgb(18,38,108); }
H1.HeaderClassName
{
color: #12266C;
}
.AnyTagClassName
{
color: #12266C;
}
</style>
background-color css
<style>
a { background-color: #12266C; }
a { background-color: rgb(18,38,108); }
div.DivClassName
{
background-color: #12266C;
}
.BgClassName
{
background-color: #12266C;
}
</style>
border-color css
<style>
span { border-color: #12266C; }
span { border-color: rgb(18,38,108); }
td.TdClassName
{
border-color: #12266C;
}
.TagClassName
{
border-color: #12266C;
}
</style>