Shades of Persian Blue #123DB6
Tints of Persian Blue #123DB6
RGB
CMYK
RGB Variations
Color information
#123DB6 (or 0x123DB6) is known color: Persian Blue. HEX triplet: 12, 3D and B6. RGB value is (18,61,182). Sum of RGB (Red+Green+Blue) = 18+61+182=261 (34% of max value = 765). Red value is 18 (7.42% from 255 or 6.90% from 261); Green value is 61 (24.22% from 255 or 23.37% from 261); Blue value is 182 (71.48% from 255 or 69.73% from 261); Max value from RGB is 182 - color contains mainly: blue. Hex color #123DB6 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #123DB6 is #EDC249. Grayscale: #3D3D3D. Windows color (decimal): -15581770 or 11943186. OLE color: 11943186.
HSL color Cylindrical-coordinate representation of color #123DB6: hue angle of 224.27º degrees, saturation: 0.82, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #123DB6 is Cyan = 0.90, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 18 | 61 | 182 | - |
| CMYK | 0.90 | 0.66 | 0 | 0.29 |
| HSL | 224.27º | 0.82% | 0.39% | - |
| HSV(B) | 224.27º | 0.9% | 0.71% | - |
| XYZ | 10.36 | 6.84 | 45.03 | - |
| YUV | 61.94 | 195.75 | 96.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 61 | 182 | 0.90 | 0.66 | 0 | 0.29 | 224.27 | 0.82 | 0.39 |
| Hex | 12 | 3D | B6 | 5A | 42 | 0 | 1D | E0 | 52 | 27 |
| Octal | 22 | 75 | 266 | 132 | 102 | 0 | 35 | 340 | 122 | 47 |
| Binary | 10010 | 111101 | 10110110 | 1011010 | 1000010 | 0 | 11101 | 11100000 | 1010010 | 100111 |
Color Harmonies of #123DB6
Complementary color
Monochromatic Colors of #123DB6
Black with #123DB6
Text Example
Text Example
White with #123DB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #123DB6; }
p { color: rgb(18,61,182); }
H1.HeaderClassName
{
color: #123DB6;
}
.AnyTagClassName
{
color: #123DB6;
}
</style>
background-color css
<style>
a { background-color: #123DB6; }
a { background-color: rgb(18,61,182); }
div.DivClassName
{
background-color: #123DB6;
}
.BgClassName
{
background-color: #123DB6;
}
</style>
border-color css
<style>
span { border-color: #123DB6; }
span { border-color: rgb(18,61,182); }
td.TdClassName
{
border-color: #123DB6;
}
.TagClassName
{
border-color: #123DB6;
}
</style>