Shades of Persian Blue #121FC8
Tints of Persian Blue #121FC8
RGB
CMYK
RGB Variations
Color information
#121FC8 (or 0x121FC8) is known color: Persian Blue. HEX triplet: 12, 1F and C8. RGB value is (18,31,200). Sum of RGB (Red+Green+Blue) = 18+31+200=249 (32% of max value = 765). Red value is 18 (7.42% from 255 or 7.23% from 249); Green value is 31 (12.5% from 255 or 12.45% from 249); Blue value is 200 (78.52% from 255 or 80.32% from 249); Max value from RGB is 200 - color contains mainly: blue. Hex color #121FC8 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #121FC8 is #EDE037. Grayscale: #2D2D2D. Windows color (decimal): -15589432 or 13115154. OLE color: 13115154.
HSL color Cylindrical-coordinate representation of color #121FC8: hue angle of 235.71º degrees, saturation: 0.83, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #121FC8 is Cyan = 0.91, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 18 | 31 | 200 | - |
| CMYK | 0.91 | 0.84 | 0 | 0.22 |
| HSL | 235.71º | 0.83% | 0.43% | - |
| HSV(B) | 235.71º | 0.91% | 0.78% | - |
| XYZ | 11.16 | 5.28 | 55.07 | - |
| YUV | 46.38 | 214.69 | 107.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 31 | 200 | 0.91 | 0.84 | 0 | 0.22 | 235.71 | 0.83 | 0.43 |
| Hex | 12 | 1F | C8 | 5B | 54 | 0 | 16 | EC | 53 | 2B |
| Octal | 22 | 37 | 310 | 133 | 124 | 0 | 26 | 354 | 123 | 53 |
| Binary | 10010 | 11111 | 11001000 | 1011011 | 1010100 | 0 | 10110 | 11101100 | 1010011 | 101011 |
Color Harmonies of #121FC8
Complementary color
Monochromatic Colors of #121FC8
Black with #121FC8
Text Example
Text Example
White with #121FC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #121FC8; }
p { color: rgb(18,31,200); }
H1.HeaderClassName
{
color: #121FC8;
}
.AnyTagClassName
{
color: #121FC8;
}
</style>
background-color css
<style>
a { background-color: #121FC8; }
a { background-color: rgb(18,31,200); }
div.DivClassName
{
background-color: #121FC8;
}
.BgClassName
{
background-color: #121FC8;
}
</style>
border-color css
<style>
span { border-color: #121FC8; }
span { border-color: rgb(18,31,200); }
td.TdClassName
{
border-color: #121FC8;
}
.TagClassName
{
border-color: #121FC8;
}
</style>