Shades of Persian Blue #123BDE
Tints of Persian Blue #123BDE
RGB
CMYK
RGB Variations
Color information
#123BDE (or 0x123BDE) is known color: Persian Blue. HEX triplet: 12, 3B and DE. RGB value is (18,59,222). Sum of RGB (Red+Green+Blue) = 18+59+222=299 (39% of max value = 765). Red value is 18 (7.42% from 255 or 6.02% from 299); Green value is 59 (23.44% from 255 or 19.73% from 299); Blue value is 222 (87.11% from 255 or 74.25% from 299); Max value from RGB is 222 - color contains mainly: blue. Hex color #123BDE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #123BDE is #EDC421. Grayscale: #404040. Windows color (decimal): -15582242 or 14564114. OLE color: 14564114.
HSL color Cylindrical-coordinate representation of color #123BDE: hue angle of 227.94º degrees, saturation: 0.85, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #123BDE is Cyan = 0.92, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 18 | 59 | 222 | - |
| CMYK | 0.92 | 0.73 | 0 | 0.13 |
| HSL | 227.94º | 0.85% | 0.47% | - |
| HSV(B) | 227.94º | 0.92% | 0.87% | - |
| XYZ | 15 | 8.53 | 69.96 | - |
| YUV | 65.32 | 216.42 | 94.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 59 | 222 | 0.92 | 0.73 | 0 | 0.13 | 227.94 | 0.85 | 0.47 |
| Hex | 12 | 3B | DE | 5C | 49 | 0 | D | E4 | 55 | 2F |
| Octal | 22 | 73 | 336 | 134 | 111 | 0 | 15 | 344 | 125 | 57 |
| Binary | 10010 | 111011 | 11011110 | 1011100 | 1001001 | 0 | 1101 | 11100100 | 1010101 | 101111 |
Color Harmonies of #123BDE
Complementary color
Monochromatic Colors of #123BDE
Black with #123BDE
Text Example
Text Example
White with #123BDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #123BDE; }
p { color: rgb(18,59,222); }
H1.HeaderClassName
{
color: #123BDE;
}
.AnyTagClassName
{
color: #123BDE;
}
</style>
background-color css
<style>
a { background-color: #123BDE; }
a { background-color: rgb(18,59,222); }
div.DivClassName
{
background-color: #123BDE;
}
.BgClassName
{
background-color: #123BDE;
}
</style>
border-color css
<style>
span { border-color: #123BDE; }
span { border-color: rgb(18,59,222); }
td.TdClassName
{
border-color: #123BDE;
}
.TagClassName
{
border-color: #123BDE;
}
</style>