Shades of Sapphire #121B54
Tints of Sapphire #121B54
RGB
CMYK
RGB Variations
Color information
#121B54 (or 0x121B54) is known color: Sapphire. HEX triplet: 12, 1B and 54. RGB value is (18,27,84). Sum of RGB (Red+Green+Blue) = 18+27+84=129 (17% of max value = 765). Red value is 18 (7.42% from 255 or 13.95% from 129); Green value is 27 (10.94% from 255 or 20.93% from 129); Blue value is 84 (33.20% from 255 or 65.12% from 129); Max value from RGB is 84 - color contains mainly: blue. Hex color #121B54 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #121B54 is #EDE4AB. Grayscale: #1E1E1E. Windows color (decimal): -15590572 or 5511954. OLE color: 5511954.
HSL color Cylindrical-coordinate representation of color #121B54: hue angle of 231.82º degrees, saturation: 0.65, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #121B54 is Cyan = 0.79, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 18 | 27 | 84 | - |
| CMYK | 0.79 | 0.68 | 0 | 0.67 |
| HSL | 231.82º | 0.65% | 0.2% | - |
| HSV(B) | 231.82º | 0.79% | 0.33% | - |
| XYZ | 2.24 | 1.55 | 8.57 | - |
| YUV | 30.81 | 158.02 | 118.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 27 | 84 | 0.79 | 0.68 | 0 | 0.67 | 231.82 | 0.65 | 0.2 |
| Hex | 12 | 1B | 54 | 4F | 44 | 0 | 43 | E8 | 41 | 14 |
| Octal | 22 | 33 | 124 | 117 | 104 | 0 | 103 | 350 | 101 | 24 |
| Binary | 10010 | 11011 | 1010100 | 1001111 | 1000100 | 0 | 1000011 | 11101000 | 1000001 | 10100 |
Color Harmonies of #121B54
Complementary color
Monochromatic Colors of #121B54
Black with #121B54
Text Example
Text Example
White with #121B54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #121B54; }
p { color: rgb(18,27,84); }
H1.HeaderClassName
{
color: #121B54;
}
.AnyTagClassName
{
color: #121B54;
}
</style>
background-color css
<style>
a { background-color: #121B54; }
a { background-color: rgb(18,27,84); }
div.DivClassName
{
background-color: #121B54;
}
.BgClassName
{
background-color: #121B54;
}
</style>
border-color css
<style>
span { border-color: #121B54; }
span { border-color: rgb(18,27,84); }
td.TdClassName
{
border-color: #121B54;
}
.TagClassName
{
border-color: #121B54;
}
</style>