Shades of Persian Blue #121DB8
Tints of Persian Blue #121DB8
RGB
CMYK
RGB Variations
Color information
#121DB8 (or 0x121DB8) is known color: Persian Blue. HEX triplet: 12, 1D and B8. RGB value is (18,29,184). Sum of RGB (Red+Green+Blue) = 18+29+184=231 (30% of max value = 765). Red value is 18 (7.42% from 255 or 7.79% from 231); Green value is 29 (11.72% from 255 or 12.55% from 231); Blue value is 184 (72.27% from 255 or 79.65% from 231); Max value from RGB is 184 - color contains mainly: blue. Hex color #121DB8 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #121DB8 is #EDE247. Grayscale: #2A2A2A. Windows color (decimal): -15589960 or 12066066. OLE color: 12066066.
HSL color Cylindrical-coordinate representation of color #121DB8: hue angle of 236.02º degrees, saturation: 0.82, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #121DB8 is Cyan = 0.90, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 18 | 29 | 184 | - |
| CMYK | 0.90 | 0.84 | 0 | 0.28 |
| HSL | 236.02º | 0.82% | 0.4% | - |
| HSV(B) | 236.02º | 0.9% | 0.72% | - |
| XYZ | 9.34 | 4.47 | 45.72 | - |
| YUV | 43.38 | 207.36 | 109.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 29 | 184 | 0.90 | 0.84 | 0 | 0.28 | 236.02 | 0.82 | 0.4 |
| Hex | 12 | 1D | B8 | 5A | 54 | 0 | 1C | EC | 52 | 28 |
| Octal | 22 | 35 | 270 | 132 | 124 | 0 | 34 | 354 | 122 | 50 |
| Binary | 10010 | 11101 | 10111000 | 1011010 | 1010100 | 0 | 11100 | 11101100 | 1010010 | 101000 |
Color Harmonies of #121DB8
Complementary color
Monochromatic Colors of #121DB8
Black with #121DB8
Text Example
Text Example
White with #121DB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #121DB8; }
p { color: rgb(18,29,184); }
H1.HeaderClassName
{
color: #121DB8;
}
.AnyTagClassName
{
color: #121DB8;
}
</style>
background-color css
<style>
a { background-color: #121DB8; }
a { background-color: rgb(18,29,184); }
div.DivClassName
{
background-color: #121DB8;
}
.BgClassName
{
background-color: #121DB8;
}
</style>
border-color css
<style>
span { border-color: #121DB8; }
span { border-color: rgb(18,29,184); }
td.TdClassName
{
border-color: #121DB8;
}
.TagClassName
{
border-color: #121DB8;
}
</style>