Shades of Persian Blue #123BDA
Tints of Persian Blue #123BDA
RGB
CMYK
RGB Variations
Color information
#123BDA (or 0x123BDA) is known color: Persian Blue. HEX triplet: 12, 3B and DA. RGB value is (18,59,218). Sum of RGB (Red+Green+Blue) = 18+59+218=295 (39% of max value = 765). Red value is 18 (7.42% from 255 or 6.10% from 295); Green value is 59 (23.44% from 255 or 20% from 295); Blue value is 218 (85.55% from 255 or 73.90% from 295); Max value from RGB is 218 - color contains mainly: blue. Hex color #123BDA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #123BDA is #EDC425. Grayscale: #404040. Windows color (decimal): -15582246 or 14301970. OLE color: 14301970.
HSL color Cylindrical-coordinate representation of color #123BDA: hue angle of 227.7º degrees, saturation: 0.85, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #123BDA is Cyan = 0.92, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 18 | 59 | 218 | - |
| CMYK | 0.92 | 0.73 | 0 | 0.15 |
| HSL | 227.7º | 0.85% | 0.46% | - |
| HSV(B) | 227.7º | 0.92% | 0.85% | - |
| XYZ | 14.47 | 8.32 | 67.17 | - |
| YUV | 64.87 | 214.42 | 94.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 59 | 218 | 0.92 | 0.73 | 0 | 0.15 | 227.7 | 0.85 | 0.46 |
| Hex | 12 | 3B | DA | 5C | 49 | 0 | F | E4 | 55 | 2E |
| Octal | 22 | 73 | 332 | 134 | 111 | 0 | 17 | 344 | 125 | 56 |
| Binary | 10010 | 111011 | 11011010 | 1011100 | 1001001 | 0 | 1111 | 11100100 | 1010101 | 101110 |
Color Harmonies of #123BDA
Complementary color
Monochromatic Colors of #123BDA
Black with #123BDA
Text Example
Text Example
White with #123BDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #123BDA; }
p { color: rgb(18,59,218); }
H1.HeaderClassName
{
color: #123BDA;
}
.AnyTagClassName
{
color: #123BDA;
}
</style>
background-color css
<style>
a { background-color: #123BDA; }
a { background-color: rgb(18,59,218); }
div.DivClassName
{
background-color: #123BDA;
}
.BgClassName
{
background-color: #123BDA;
}
</style>
border-color css
<style>
span { border-color: #123BDA; }
span { border-color: rgb(18,59,218); }
td.TdClassName
{
border-color: #123BDA;
}
.TagClassName
{
border-color: #123BDA;
}
</style>