Shades of Persian Blue #123ADA
Tints of Persian Blue #123ADA
RGB
CMYK
RGB Variations
Color information
#123ADA (or 0x123ADA) is known color: Persian Blue. HEX triplet: 12, 3A and DA. RGB value is (18,58,218). Sum of RGB (Red+Green+Blue) = 18+58+218=294 (38% of max value = 765). Red value is 18 (7.42% from 255 or 6.12% from 294); Green value is 58 (23.05% from 255 or 19.73% from 294); Blue value is 218 (85.55% from 255 or 74.15% from 294); Max value from RGB is 218 - color contains mainly: blue. Hex color #123ADA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #123ADA is #EDC525. Grayscale: #3F3F3F. Windows color (decimal): -15582502 or 14301714. OLE color: 14301714.
HSL color Cylindrical-coordinate representation of color #123ADA: hue angle of 228º 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 #123ADA is Cyan = 0.92, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 18 | 58 | 218 | - |
| CMYK | 0.92 | 0.73 | 0 | 0.15 |
| HSL | 228º | 0.85% | 0.46% | - |
| HSV(B) | 228º | 0.92% | 0.85% | - |
| XYZ | 14.42 | 8.22 | 67.16 | - |
| YUV | 64.28 | 214.75 | 94.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 58 | 218 | 0.92 | 0.73 | 0 | 0.15 | 228 | 0.85 | 0.46 |
| Hex | 12 | 3A | DA | 5C | 49 | 0 | F | E4 | 55 | 2E |
| Octal | 22 | 72 | 332 | 134 | 111 | 0 | 17 | 344 | 125 | 56 |
| Binary | 10010 | 111010 | 11011010 | 1011100 | 1001001 | 0 | 1111 | 11100100 | 1010101 | 101110 |
Color Harmonies of #123ADA
Complementary color
Monochromatic Colors of #123ADA
Black with #123ADA
Text Example
Text Example
White with #123ADA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #123ADA; }
p { color: rgb(18,58,218); }
H1.HeaderClassName
{
color: #123ADA;
}
.AnyTagClassName
{
color: #123ADA;
}
</style>
background-color css
<style>
a { background-color: #123ADA; }
a { background-color: rgb(18,58,218); }
div.DivClassName
{
background-color: #123ADA;
}
.BgClassName
{
background-color: #123ADA;
}
</style>
border-color css
<style>
span { border-color: #123ADA; }
span { border-color: rgb(18,58,218); }
td.TdClassName
{
border-color: #123ADA;
}
.TagClassName
{
border-color: #123ADA;
}
</style>