Shades of Sapphire #12265A
Tints of Sapphire #12265A
RGB
CMYK
RGB Variations
Color information
#12265A (or 0x12265A) is known color: Sapphire. HEX triplet: 12, 26 and 5A. RGB value is (18,38,90). Sum of RGB (Red+Green+Blue) = 18+38+90=146 (19% of max value = 765). Red value is 18 (7.42% from 255 or 12.33% from 146); Green value is 38 (15.23% from 255 or 26.03% from 146); Blue value is 90 (35.55% from 255 or 61.64% from 146); Max value from RGB is 90 - color contains mainly: blue. Hex color #12265A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #12265A is #EDD9A5. Grayscale: #252525. Windows color (decimal): -15587750 or 5907986. OLE color: 5907986.
HSL color Cylindrical-coordinate representation of color #12265A: hue angle of 223.33º 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 #12265A is Cyan = 0.80, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 18 | 38 | 90 | - |
| CMYK | 0.80 | 0.58 | 0 | 0.65 |
| HSL | 223.33º | 0.67% | 0.21% | - |
| HSV(B) | 223.33º | 0.8% | 0.35% | - |
| XYZ | 2.79 | 2.25 | 9.96 | - |
| YUV | 37.95 | 157.37 | 113.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 38 | 90 | 0.80 | 0.58 | 0 | 0.65 | 223.33 | 0.67 | 0.21 |
| Hex | 12 | 26 | 5A | 50 | 3A | 0 | 41 | DF | 43 | 15 |
| Octal | 22 | 46 | 132 | 120 | 72 | 0 | 101 | 337 | 103 | 25 |
| Binary | 10010 | 100110 | 1011010 | 1010000 | 111010 | 0 | 1000001 | 11011111 | 1000011 | 10101 |
Color Harmonies of #12265A
Complementary color
Monochromatic Colors of #12265A
Black with #12265A
Text Example
Text Example
White with #12265A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12265A; }
p { color: rgb(18,38,90); }
H1.HeaderClassName
{
color: #12265A;
}
.AnyTagClassName
{
color: #12265A;
}
</style>
background-color css
<style>
a { background-color: #12265A; }
a { background-color: rgb(18,38,90); }
div.DivClassName
{
background-color: #12265A;
}
.BgClassName
{
background-color: #12265A;
}
</style>
border-color css
<style>
span { border-color: #12265A; }
span { border-color: rgb(18,38,90); }
td.TdClassName
{
border-color: #12265A;
}
.TagClassName
{
border-color: #12265A;
}
</style>