Shades of Persian Blue #123FCE
Tints of Persian Blue #123FCE
RGB
CMYK
RGB Variations
Color information
#123FCE (or 0x123FCE) is known color: Persian Blue. HEX triplet: 12, 3F and CE. RGB value is (18,63,206). Sum of RGB (Red+Green+Blue) = 18+63+206=287 (38% of max value = 765). Red value is 18 (7.42% from 255 or 6.27% from 287); Green value is 63 (25% from 255 or 21.95% from 287); Blue value is 206 (80.86% from 255 or 71.78% from 287); Max value from RGB is 206 - color contains mainly: blue. Hex color #123FCE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #123FCE is #EDC031. Grayscale: #414141. Windows color (decimal): -15581234 or 13516562. OLE color: 13516562.
HSL color Cylindrical-coordinate representation of color #123FCE: hue angle of 225.64º 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 #123FCE is Cyan = 0.91, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 18 | 63 | 206 | - |
| CMYK | 0.91 | 0.69 | 0 | 0.19 |
| HSL | 225.64º | 0.84% | 0.44% | - |
| HSV(B) | 225.64º | 0.91% | 0.81% | - |
| XYZ | 13.17 | 8.14 | 59.27 | - |
| YUV | 65.85 | 207.09 | 93.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 63 | 206 | 0.91 | 0.69 | 0 | 0.19 | 225.64 | 0.84 | 0.44 |
| Hex | 12 | 3F | CE | 5B | 45 | 0 | 13 | E2 | 54 | 2C |
| Octal | 22 | 77 | 316 | 133 | 105 | 0 | 23 | 342 | 124 | 54 |
| Binary | 10010 | 111111 | 11001110 | 1011011 | 1000101 | 0 | 10011 | 11100010 | 1010100 | 101100 |
Color Harmonies of #123FCE
Complementary color
Monochromatic Colors of #123FCE
Black with #123FCE
Text Example
Text Example
White with #123FCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #123FCE; }
p { color: rgb(18,63,206); }
H1.HeaderClassName
{
color: #123FCE;
}
.AnyTagClassName
{
color: #123FCE;
}
</style>
background-color css
<style>
a { background-color: #123FCE; }
a { background-color: rgb(18,63,206); }
div.DivClassName
{
background-color: #123FCE;
}
.BgClassName
{
background-color: #123FCE;
}
</style>
border-color css
<style>
span { border-color: #123FCE; }
span { border-color: rgb(18,63,206); }
td.TdClassName
{
border-color: #123FCE;
}
.TagClassName
{
border-color: #123FCE;
}
</style>