Shades of Persian Blue #123DC9
Tints of Persian Blue #123DC9
RGB
CMYK
RGB Variations
Color information
#123DC9 (or 0x123DC9) is known color: Persian Blue. HEX triplet: 12, 3D and C9. RGB value is (18,61,201). Sum of RGB (Red+Green+Blue) = 18+61+201=280 (37% of max value = 765). Red value is 18 (7.42% from 255 or 6.43% from 280); Green value is 61 (24.22% from 255 or 21.79% from 280); Blue value is 201 (78.91% from 255 or 71.79% from 280); Max value from RGB is 201 - color contains mainly: blue. Hex color #123DC9 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #123DC9 is #EDC236. Grayscale: #3F3F3F. Windows color (decimal): -15581751 or 13188370. OLE color: 13188370.
HSL color Cylindrical-coordinate representation of color #123DC9: hue angle of 225.9º degrees, saturation: 0.84, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #123DC9 is Cyan = 0.91, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 18 | 61 | 201 | - |
| CMYK | 0.91 | 0.70 | 0 | 0.21 |
| HSL | 225.9º | 0.84% | 0.43% | - |
| HSV(B) | 225.9º | 0.91% | 0.79% | - |
| XYZ | 12.46 | 7.68 | 56.08 | - |
| YUV | 64.1 | 205.25 | 95.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 61 | 201 | 0.91 | 0.70 | 0 | 0.21 | 225.9 | 0.84 | 0.43 |
| Hex | 12 | 3D | C9 | 5B | 46 | 0 | 15 | E2 | 54 | 2B |
| Octal | 22 | 75 | 311 | 133 | 106 | 0 | 25 | 342 | 124 | 53 |
| Binary | 10010 | 111101 | 11001001 | 1011011 | 1000110 | 0 | 10101 | 11100010 | 1010100 | 101011 |
Color Harmonies of #123DC9
Complementary color
Monochromatic Colors of #123DC9
Black with #123DC9
Text Example
Text Example
White with #123DC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #123DC9; }
p { color: rgb(18,61,201); }
H1.HeaderClassName
{
color: #123DC9;
}
.AnyTagClassName
{
color: #123DC9;
}
</style>
background-color css
<style>
a { background-color: #123DC9; }
a { background-color: rgb(18,61,201); }
div.DivClassName
{
background-color: #123DC9;
}
.BgClassName
{
background-color: #123DC9;
}
</style>
border-color css
<style>
span { border-color: #123DC9; }
span { border-color: rgb(18,61,201); }
td.TdClassName
{
border-color: #123DC9;
}
.TagClassName
{
border-color: #123DC9;
}
</style>