Shades of Sapphire #12255A
Tints of Sapphire #12255A
RGB
CMYK
RGB Variations
Color information
#12255A (or 0x12255A) is known color: Sapphire. HEX triplet: 12, 25 and 5A. RGB value is (18,37,90). Sum of RGB (Red+Green+Blue) = 18+37+90=145 (19% of max value = 765). Red value is 18 (7.42% from 255 or 12.41% from 145); Green value is 37 (14.84% from 255 or 25.52% from 145); Blue value is 90 (35.55% from 255 or 62.07% from 145); Max value from RGB is 90 - color contains mainly: blue. Hex color #12255A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #12255A is #EDDAA5. Grayscale: #252525. Windows color (decimal): -15588006 or 5907730. OLE color: 5907730.
HSL color Cylindrical-coordinate representation of color #12255A: hue angle of 224.17º degrees, saturation: 0.67, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #12255A is Cyan = 0.80, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 18 | 37 | 90 | - |
| CMYK | 0.80 | 0.59 | 0 | 0.65 |
| HSL | 224.17º | 0.67% | 0.21% | - |
| HSV(B) | 224.17º | 0.8% | 0.35% | - |
| XYZ | 2.76 | 2.19 | 9.95 | - |
| YUV | 37.36 | 157.71 | 114.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 37 | 90 | 0.80 | 0.59 | 0 | 0.65 | 224.17 | 0.67 | 0.21 |
| Hex | 12 | 25 | 5A | 50 | 3B | 0 | 41 | E0 | 43 | 15 |
| Octal | 22 | 45 | 132 | 120 | 73 | 0 | 101 | 340 | 103 | 25 |
| Binary | 10010 | 100101 | 1011010 | 1010000 | 111011 | 0 | 1000001 | 11100000 | 1000011 | 10101 |
Color Harmonies of #12255A
Complementary color
Monochromatic Colors of #12255A
Black with #12255A
Text Example
Text Example
White with #12255A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12255A; }
p { color: rgb(18,37,90); }
H1.HeaderClassName
{
color: #12255A;
}
.AnyTagClassName
{
color: #12255A;
}
</style>
background-color css
<style>
a { background-color: #12255A; }
a { background-color: rgb(18,37,90); }
div.DivClassName
{
background-color: #12255A;
}
.BgClassName
{
background-color: #12255A;
}
</style>
border-color css
<style>
span { border-color: #12255A; }
span { border-color: rgb(18,37,90); }
td.TdClassName
{
border-color: #12255A;
}
.TagClassName
{
border-color: #12255A;
}
</style>