Shades of Sapphire #12235A
Tints of Sapphire #12235A
RGB
CMYK
RGB Variations
Color information
#12235A (or 0x12235A) is known color: Sapphire. HEX triplet: 12, 23 and 5A. RGB value is (18,35,90). Sum of RGB (Red+Green+Blue) = 18+35+90=143 (18% of max value = 765). Red value is 18 (7.42% from 255 or 12.59% from 143); Green value is 35 (14.06% from 255 or 24.48% from 143); Blue value is 90 (35.55% from 255 or 62.94% from 143); Max value from RGB is 90 - color contains mainly: blue. Hex color #12235A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #12235A is #EDDCA5. Grayscale: #232323. Windows color (decimal): -15588518 or 5907218. OLE color: 5907218.
HSL color Cylindrical-coordinate representation of color #12235A: hue angle of 225.83º 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 #12235A is Cyan = 0.80, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 18 | 35 | 90 | - |
| CMYK | 0.80 | 0.61 | 0 | 0.65 |
| HSL | 225.83º | 0.67% | 0.21% | - |
| HSV(B) | 225.83º | 0.8% | 0.35% | - |
| XYZ | 2.7 | 2.07 | 9.93 | - |
| YUV | 36.19 | 158.37 | 115.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 35 | 90 | 0.80 | 0.61 | 0 | 0.65 | 225.83 | 0.67 | 0.21 |
| Hex | 12 | 23 | 5A | 50 | 3D | 0 | 41 | E2 | 43 | 15 |
| Octal | 22 | 43 | 132 | 120 | 75 | 0 | 101 | 342 | 103 | 25 |
| Binary | 10010 | 100011 | 1011010 | 1010000 | 111101 | 0 | 1000001 | 11100010 | 1000011 | 10101 |
Color Harmonies of #12235A
Complementary color
Monochromatic Colors of #12235A
Black with #12235A
Text Example
Text Example
White with #12235A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12235A; }
p { color: rgb(18,35,90); }
H1.HeaderClassName
{
color: #12235A;
}
.AnyTagClassName
{
color: #12235A;
}
</style>
background-color css
<style>
a { background-color: #12235A; }
a { background-color: rgb(18,35,90); }
div.DivClassName
{
background-color: #12235A;
}
.BgClassName
{
background-color: #12235A;
}
</style>
border-color css
<style>
span { border-color: #12235A; }
span { border-color: rgb(18,35,90); }
td.TdClassName
{
border-color: #12235A;
}
.TagClassName
{
border-color: #12235A;
}
</style>