Shades of Sapphire #121B5A
Tints of Sapphire #121B5A
RGB
CMYK
RGB Variations
Color information
#121B5A (or 0x121B5A) is known color: Sapphire. HEX triplet: 12, 1B and 5A. RGB value is (18,27,90). Sum of RGB (Red+Green+Blue) = 18+27+90=135 (17% of max value = 765). Red value is 18 (7.42% from 255 or 13.33% from 135); Green value is 27 (10.94% from 255 or 20% from 135); Blue value is 90 (35.55% from 255 or 66.67% from 135); Max value from RGB is 90 - color contains mainly: blue. Hex color #121B5A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #121B5A is #EDE4A5. Grayscale: #1F1F1F. Windows color (decimal): -15590566 or 5905170. OLE color: 5905170.
HSL color Cylindrical-coordinate representation of color #121B5A: hue angle of 232.5º 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 #121B5A is Cyan = 0.80, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 18 | 27 | 90 | - |
| CMYK | 0.80 | 0.70 | 0 | 0.65 |
| HSL | 232.5º | 0.67% | 0.21% | - |
| HSV(B) | 232.5º | 0.8% | 0.35% | - |
| XYZ | 2.49 | 1.65 | 9.86 | - |
| YUV | 31.49 | 161.02 | 118.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 27 | 90 | 0.80 | 0.70 | 0 | 0.65 | 232.5 | 0.67 | 0.21 |
| Hex | 12 | 1B | 5A | 50 | 46 | 0 | 41 | E8 | 43 | 15 |
| Octal | 22 | 33 | 132 | 120 | 106 | 0 | 101 | 350 | 103 | 25 |
| Binary | 10010 | 11011 | 1011010 | 1010000 | 1000110 | 0 | 1000001 | 11101000 | 1000011 | 10101 |
Color Harmonies of #121B5A
Complementary color
Monochromatic Colors of #121B5A
Black with #121B5A
Text Example
Text Example
White with #121B5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #121B5A; }
p { color: rgb(18,27,90); }
H1.HeaderClassName
{
color: #121B5A;
}
.AnyTagClassName
{
color: #121B5A;
}
</style>
background-color css
<style>
a { background-color: #121B5A; }
a { background-color: rgb(18,27,90); }
div.DivClassName
{
background-color: #121B5A;
}
.BgClassName
{
background-color: #121B5A;
}
</style>
border-color css
<style>
span { border-color: #121B5A; }
span { border-color: rgb(18,27,90); }
td.TdClassName
{
border-color: #121B5A;
}
.TagClassName
{
border-color: #121B5A;
}
</style>