Shades of Sapphire #12285B
Tints of Sapphire #12285B
RGB
CMYK
RGB Variations
Color information
#12285B (or 0x12285B) is known color: Sapphire. HEX triplet: 12, 28 and 5B. RGB value is (18,40,91). Sum of RGB (Red+Green+Blue) = 18+40+91=149 (19% of max value = 765). Red value is 18 (7.42% from 255 or 12.08% from 149); Green value is 40 (16.02% from 255 or 26.85% from 149); Blue value is 91 (35.94% from 255 or 61.07% from 149); Max value from RGB is 91 - color contains mainly: blue. Hex color #12285B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #12285B is #EDD7A4. Grayscale: #272727. Windows color (decimal): -15587237 or 5974034. OLE color: 5974034.
HSL color Cylindrical-coordinate representation of color #12285B: hue angle of 221.92º 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 #12285B is Cyan = 0.80, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 18 | 40 | 91 | - |
| CMYK | 0.80 | 0.56 | 0 | 0.64 |
| HSL | 221.92º | 0.67% | 0.21% | - |
| HSV(B) | 221.92º | 0.8% | 0.36% | - |
| XYZ | 2.9 | 2.4 | 10.21 | - |
| YUV | 39.24 | 157.21 | 112.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 40 | 91 | 0.80 | 0.56 | 0 | 0.64 | 221.92 | 0.67 | 0.21 |
| Hex | 12 | 28 | 5B | 50 | 38 | 0 | 40 | DE | 43 | 15 |
| Octal | 22 | 50 | 133 | 120 | 70 | 0 | 100 | 336 | 103 | 25 |
| Binary | 10010 | 101000 | 1011011 | 1010000 | 111000 | 0 | 1000000 | 11011110 | 1000011 | 10101 |
Color Harmonies of #12285B
Complementary color
Monochromatic Colors of #12285B
Black with #12285B
Text Example
Text Example
White with #12285B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12285B; }
p { color: rgb(18,40,91); }
H1.HeaderClassName
{
color: #12285B;
}
.AnyTagClassName
{
color: #12285B;
}
</style>
background-color css
<style>
a { background-color: #12285B; }
a { background-color: rgb(18,40,91); }
div.DivClassName
{
background-color: #12285B;
}
.BgClassName
{
background-color: #12285B;
}
</style>
border-color css
<style>
span { border-color: #12285B; }
span { border-color: rgb(18,40,91); }
td.TdClassName
{
border-color: #12285B;
}
.TagClassName
{
border-color: #12285B;
}
</style>