Shades of Sapphire #12255B
Tints of Sapphire #12255B
RGB
CMYK
RGB Variations
Color information
#12255B (or 0x12255B) is known color: Sapphire. HEX triplet: 12, 25 and 5B. RGB value is (18,37,91). Sum of RGB (Red+Green+Blue) = 18+37+91=146 (19% of max value = 765). Red value is 18 (7.42% from 255 or 12.33% from 146); Green value is 37 (14.84% from 255 or 25.34% from 146); Blue value is 91 (35.94% from 255 or 62.33% from 146); Max value from RGB is 91 - color contains mainly: blue. Hex color #12255B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #12255B is #EDDAA4. Grayscale: #252525. Windows color (decimal): -15588005 or 5973266. OLE color: 5973266.
HSL color Cylindrical-coordinate representation of color #12255B: hue angle of 224.38º degrees, saturation: 0.67, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #12255B is Cyan = 0.80, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 18 | 37 | 91 | - |
| CMYK | 0.80 | 0.59 | 0 | 0.64 |
| HSL | 224.38º | 0.67% | 0.21% | - |
| HSV(B) | 224.38º | 0.8% | 0.36% | - |
| XYZ | 2.8 | 2.21 | 10.18 | - |
| YUV | 37.48 | 158.21 | 114.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 37 | 91 | 0.80 | 0.59 | 0 | 0.64 | 224.38 | 0.67 | 0.21 |
| Hex | 12 | 25 | 5B | 50 | 3B | 0 | 40 | E0 | 43 | 15 |
| Octal | 22 | 45 | 133 | 120 | 73 | 0 | 100 | 340 | 103 | 25 |
| Binary | 10010 | 100101 | 1011011 | 1010000 | 111011 | 0 | 1000000 | 11100000 | 1000011 | 10101 |
Color Harmonies of #12255B
Complementary color
Monochromatic Colors of #12255B
Black with #12255B
Text Example
Text Example
White with #12255B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12255B; }
p { color: rgb(18,37,91); }
H1.HeaderClassName
{
color: #12255B;
}
.AnyTagClassName
{
color: #12255B;
}
</style>
background-color css
<style>
a { background-color: #12255B; }
a { background-color: rgb(18,37,91); }
div.DivClassName
{
background-color: #12255B;
}
.BgClassName
{
background-color: #12255B;
}
</style>
border-color css
<style>
span { border-color: #12255B; }
span { border-color: rgb(18,37,91); }
td.TdClassName
{
border-color: #12255B;
}
.TagClassName
{
border-color: #12255B;
}
</style>