Shades of Persian Blue #123DCF
Tints of Persian Blue #123DCF
RGB
CMYK
RGB Variations
Color information
#123DCF (or 0x123DCF) is known color: Persian Blue. HEX triplet: 12, 3D and CF. RGB value is (18,61,207). Sum of RGB (Red+Green+Blue) = 18+61+207=286 (37% of max value = 765). Red value is 18 (7.42% from 255 or 6.29% from 286); Green value is 61 (24.22% from 255 or 21.33% from 286); Blue value is 207 (81.25% from 255 or 72.38% from 286); Max value from RGB is 207 - color contains mainly: blue. Hex color #123DCF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #123DCF is #EDC230. Grayscale: #404040. Windows color (decimal): -15581745 or 13581586. OLE color: 13581586.
HSL color Cylindrical-coordinate representation of color #123DCF: hue angle of 226.35º degrees, saturation: 0.84, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #123DCF is Cyan = 0.91, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 18 | 61 | 207 | - |
| CMYK | 0.91 | 0.71 | 0 | 0.19 |
| HSL | 226.35º | 0.84% | 0.44% | - |
| HSV(B) | 226.35º | 0.91% | 0.81% | - |
| XYZ | 13.18 | 7.97 | 59.88 | - |
| YUV | 64.79 | 208.25 | 94.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 61 | 207 | 0.91 | 0.71 | 0 | 0.19 | 226.35 | 0.84 | 0.44 |
| Hex | 12 | 3D | CF | 5B | 47 | 0 | 13 | E2 | 54 | 2C |
| Octal | 22 | 75 | 317 | 133 | 107 | 0 | 23 | 342 | 124 | 54 |
| Binary | 10010 | 111101 | 11001111 | 1011011 | 1000111 | 0 | 10011 | 11100010 | 1010100 | 101100 |
Color Harmonies of #123DCF
Complementary color
Monochromatic Colors of #123DCF
Black with #123DCF
Text Example
Text Example
White with #123DCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #123DCF; }
p { color: rgb(18,61,207); }
H1.HeaderClassName
{
color: #123DCF;
}
.AnyTagClassName
{
color: #123DCF;
}
</style>
background-color css
<style>
a { background-color: #123DCF; }
a { background-color: rgb(18,61,207); }
div.DivClassName
{
background-color: #123DCF;
}
.BgClassName
{
background-color: #123DCF;
}
</style>
border-color css
<style>
span { border-color: #123DCF; }
span { border-color: rgb(18,61,207); }
td.TdClassName
{
border-color: #123DCF;
}
.TagClassName
{
border-color: #123DCF;
}
</style>