Shades of Persian Blue #123CD1
Tints of Persian Blue #123CD1
RGB
CMYK
RGB Variations
Color information
#123CD1 (or 0x123CD1) is known color: Persian Blue. HEX triplet: 12, 3C and D1. RGB value is (18,60,209). Sum of RGB (Red+Green+Blue) = 18+60+209=287 (38% of max value = 765). Red value is 18 (7.42% from 255 or 6.27% from 287); Green value is 60 (23.83% from 255 or 20.91% from 287); Blue value is 209 (82.03% from 255 or 72.82% from 287); Max value from RGB is 209 - color contains mainly: blue. Hex color #123CD1 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #123CD1 is #EDC32E. Grayscale: #3F3F3F. Windows color (decimal): -15581999 or 13712402. OLE color: 13712402.
HSL color Cylindrical-coordinate representation of color #123CD1: hue angle of 226.81º degrees, saturation: 0.84, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #123CD1 is Cyan = 0.91, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 18 | 60 | 209 | - |
| CMYK | 0.91 | 0.71 | 0 | 0.18 |
| HSL | 226.81º | 0.84% | 0.45% | - |
| HSV(B) | 226.81º | 0.91% | 0.82% | - |
| XYZ | 13.37 | 7.96 | 61.15 | - |
| YUV | 64.43 | 209.59 | 94.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 60 | 209 | 0.91 | 0.71 | 0 | 0.18 | 226.81 | 0.84 | 0.45 |
| Hex | 12 | 3C | D1 | 5B | 47 | 0 | 12 | E3 | 54 | 2D |
| Octal | 22 | 74 | 321 | 133 | 107 | 0 | 22 | 343 | 124 | 55 |
| Binary | 10010 | 111100 | 11010001 | 1011011 | 1000111 | 0 | 10010 | 11100011 | 1010100 | 101101 |
Color Harmonies of #123CD1
Complementary color
Monochromatic Colors of #123CD1
Black with #123CD1
Text Example
Text Example
White with #123CD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #123CD1; }
p { color: rgb(18,60,209); }
H1.HeaderClassName
{
color: #123CD1;
}
.AnyTagClassName
{
color: #123CD1;
}
</style>
background-color css
<style>
a { background-color: #123CD1; }
a { background-color: rgb(18,60,209); }
div.DivClassName
{
background-color: #123CD1;
}
.BgClassName
{
background-color: #123CD1;
}
</style>
border-color css
<style>
span { border-color: #123CD1; }
span { border-color: rgb(18,60,209); }
td.TdClassName
{
border-color: #123CD1;
}
.TagClassName
{
border-color: #123CD1;
}
</style>