Shades of Persian Blue #121DBB
Tints of Persian Blue #121DBB
RGB
CMYK
RGB Variations
Color information
#121DBB (or 0x121DBB) is known color: Persian Blue. HEX triplet: 12, 1D and BB. RGB value is (18,29,187). Sum of RGB (Red+Green+Blue) = 18+29+187=234 (30% of max value = 765). Red value is 18 (7.42% from 255 or 7.69% from 234); Green value is 29 (11.72% from 255 or 12.39% from 234); Blue value is 187 (73.44% from 255 or 79.91% from 234); Max value from RGB is 187 - color contains mainly: blue. Hex color #121DBB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #121DBB is #EDE244. Grayscale: #2B2B2B. Windows color (decimal): -15589957 or 12262674. OLE color: 12262674.
HSL color Cylindrical-coordinate representation of color #121DBB: hue angle of 236.09º degrees, saturation: 0.82, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #121DBB is Cyan = 0.90, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 18 | 29 | 187 | - |
| CMYK | 0.90 | 0.84 | 0 | 0.27 |
| HSL | 236.09º | 0.82% | 0.4% | - |
| HSV(B) | 236.09º | 0.9% | 0.73% | - |
| XYZ | 9.66 | 4.6 | 47.39 | - |
| YUV | 43.72 | 208.86 | 109.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 29 | 187 | 0.90 | 0.84 | 0 | 0.27 | 236.09 | 0.82 | 0.4 |
| Hex | 12 | 1D | BB | 5A | 54 | 0 | 1B | EC | 52 | 28 |
| Octal | 22 | 35 | 273 | 132 | 124 | 0 | 33 | 354 | 122 | 50 |
| Binary | 10010 | 11101 | 10111011 | 1011010 | 1010100 | 0 | 11011 | 11101100 | 1010010 | 101000 |
Color Harmonies of #121DBB
Complementary color
Monochromatic Colors of #121DBB
Black with #121DBB
Text Example
Text Example
White with #121DBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #121DBB; }
p { color: rgb(18,29,187); }
H1.HeaderClassName
{
color: #121DBB;
}
.AnyTagClassName
{
color: #121DBB;
}
</style>
background-color css
<style>
a { background-color: #121DBB; }
a { background-color: rgb(18,29,187); }
div.DivClassName
{
background-color: #121DBB;
}
.BgClassName
{
background-color: #121DBB;
}
</style>
border-color css
<style>
span { border-color: #121DBB; }
span { border-color: rgb(18,29,187); }
td.TdClassName
{
border-color: #121DBB;
}
.TagClassName
{
border-color: #121DBB;
}
</style>