Shades of Sapphire #12266B
Tints of Sapphire #12266B
RGB
CMYK
RGB Variations
Color information
#12266B (or 0x12266B) is known color: Sapphire. HEX triplet: 12, 26 and 6B. RGB value is (18,38,107). Sum of RGB (Red+Green+Blue) = 18+38+107=163 (21% of max value = 765). Red value is 18 (7.42% from 255 or 11.04% from 163); Green value is 38 (15.23% from 255 or 23.31% from 163); Blue value is 107 (42.19% from 255 or 65.64% from 163); Max value from RGB is 107 - color contains mainly: blue. Hex color #12266B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #12266B is #EDD994. Grayscale: #272727. Windows color (decimal): -15587733 or 7022098. OLE color: 7022098.
HSL color Cylindrical-coordinate representation of color #12266B: hue angle of 226.52º 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 #12266B is Cyan = 0.83, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 18 | 38 | 107 | - |
| CMYK | 0.83 | 0.64 | 0 | 0.58 |
| HSL | 226.52º | 0.71% | 0.25% | - |
| HSV(B) | 226.52º | 0.83% | 0.42% | - |
| XYZ | 3.6 | 2.58 | 14.22 | - |
| YUV | 39.89 | 165.87 | 112.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 38 | 107 | 0.83 | 0.64 | 0 | 0.58 | 226.52 | 0.71 | 0.25 |
| Hex | 12 | 26 | 6B | 53 | 40 | 0 | 3A | E3 | 47 | 19 |
| Octal | 22 | 46 | 153 | 123 | 100 | 0 | 72 | 343 | 107 | 31 |
| Binary | 10010 | 100110 | 1101011 | 1010011 | 1000000 | 0 | 111010 | 11100011 | 1000111 | 11001 |
Color Harmonies of #12266B
Complementary color
Monochromatic Colors of #12266B
Black with #12266B
Text Example
Text Example
White with #12266B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12266B; }
p { color: rgb(18,38,107); }
H1.HeaderClassName
{
color: #12266B;
}
.AnyTagClassName
{
color: #12266B;
}
</style>
background-color css
<style>
a { background-color: #12266B; }
a { background-color: rgb(18,38,107); }
div.DivClassName
{
background-color: #12266B;
}
.BgClassName
{
background-color: #12266B;
}
</style>
border-color css
<style>
span { border-color: #12266B; }
span { border-color: rgb(18,38,107); }
td.TdClassName
{
border-color: #12266B;
}
.TagClassName
{
border-color: #12266B;
}
</style>