Shades of Persian Blue #123FC6
Tints of Persian Blue #123FC6
RGB
CMYK
RGB Variations
Color information
#123FC6 (or 0x123FC6) is known color: Persian Blue. HEX triplet: 12, 3F and C6. RGB value is (18,63,198). Sum of RGB (Red+Green+Blue) = 18+63+198=279 (36% of max value = 765). Red value is 18 (7.42% from 255 or 6.45% from 279); Green value is 63 (25% from 255 or 22.58% from 279); Blue value is 198 (77.73% from 255 or 70.97% from 279); Max value from RGB is 198 - color contains mainly: blue. Hex color #123FC6 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #123FC6 is #EDC039. Grayscale: #404040. Windows color (decimal): -15581242 or 12992274. OLE color: 12992274.
HSL color Cylindrical-coordinate representation of color #123FC6: hue angle of 225º degrees, saturation: 0.83, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #123FC6 is Cyan = 0.91, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 18 | 63 | 198 | - |
| CMYK | 0.91 | 0.68 | 0 | 0.22 |
| HSL | 225º | 0.83% | 0.42% | - |
| HSV(B) | 225º | 0.91% | 0.78% | - |
| XYZ | 12.22 | 7.76 | 54.28 | - |
| YUV | 64.94 | 203.09 | 94.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 63 | 198 | 0.91 | 0.68 | 0 | 0.22 | 225 | 0.83 | 0.42 |
| Hex | 12 | 3F | C6 | 5B | 44 | 0 | 16 | E1 | 53 | 2A |
| Octal | 22 | 77 | 306 | 133 | 104 | 0 | 26 | 341 | 123 | 52 |
| Binary | 10010 | 111111 | 11000110 | 1011011 | 1000100 | 0 | 10110 | 11100001 | 1010011 | 101010 |
Color Harmonies of #123FC6
Complementary color
Monochromatic Colors of #123FC6
Black with #123FC6
Text Example
Text Example
White with #123FC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #123FC6; }
p { color: rgb(18,63,198); }
H1.HeaderClassName
{
color: #123FC6;
}
.AnyTagClassName
{
color: #123FC6;
}
</style>
background-color css
<style>
a { background-color: #123FC6; }
a { background-color: rgb(18,63,198); }
div.DivClassName
{
background-color: #123FC6;
}
.BgClassName
{
background-color: #123FC6;
}
</style>
border-color css
<style>
span { border-color: #123FC6; }
span { border-color: rgb(18,63,198); }
td.TdClassName
{
border-color: #123FC6;
}
.TagClassName
{
border-color: #123FC6;
}
</style>