Shades of Persian Blue #123CCE
Tints of Persian Blue #123CCE
RGB
CMYK
RGB Variations
Color information
#123CCE (or 0x123CCE) is known color: Persian Blue. HEX triplet: 12, 3C and CE. RGB value is (18,60,206). Sum of RGB (Red+Green+Blue) = 18+60+206=284 (37% of max value = 765). Red value is 18 (7.42% from 255 or 6.34% from 284); Green value is 60 (23.83% from 255 or 21.13% from 284); Blue value is 206 (80.86% from 255 or 72.54% from 284); Max value from RGB is 206 - color contains mainly: blue. Hex color #123CCE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #123CCE is #EDC331. Grayscale: #3F3F3F. Windows color (decimal): -15582002 or 13515794. OLE color: 13515794.
HSL color Cylindrical-coordinate representation of color #123CCE: hue angle of 226.6º 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 #123CCE is Cyan = 0.91, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 18 | 60 | 206 | - |
| CMYK | 0.91 | 0.71 | 0 | 0.19 |
| HSL | 226.6º | 0.84% | 0.44% | - |
| HSV(B) | 226.6º | 0.91% | 0.81% | - |
| XYZ | 13.01 | 7.82 | 59.22 | - |
| YUV | 64.09 | 208.09 | 95.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 60 | 206 | 0.91 | 0.71 | 0 | 0.19 | 226.6 | 0.84 | 0.44 |
| Hex | 12 | 3C | CE | 5B | 47 | 0 | 13 | E3 | 54 | 2C |
| Octal | 22 | 74 | 316 | 133 | 107 | 0 | 23 | 343 | 124 | 54 |
| Binary | 10010 | 111100 | 11001110 | 1011011 | 1000111 | 0 | 10011 | 11100011 | 1010100 | 101100 |
Color Harmonies of #123CCE
Complementary color
Monochromatic Colors of #123CCE
Black with #123CCE
Text Example
Text Example
White with #123CCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #123CCE; }
p { color: rgb(18,60,206); }
H1.HeaderClassName
{
color: #123CCE;
}
.AnyTagClassName
{
color: #123CCE;
}
</style>
background-color css
<style>
a { background-color: #123CCE; }
a { background-color: rgb(18,60,206); }
div.DivClassName
{
background-color: #123CCE;
}
.BgClassName
{
background-color: #123CCE;
}
</style>
border-color css
<style>
span { border-color: #123CCE; }
span { border-color: rgb(18,60,206); }
td.TdClassName
{
border-color: #123CCE;
}
.TagClassName
{
border-color: #123CCE;
}
</style>