Shades of Persian Blue #123DBA
Tints of Persian Blue #123DBA
RGB
CMYK
RGB Variations
Color information
#123DBA (or 0x123DBA) is known color: Persian Blue. HEX triplet: 12, 3D and BA. RGB value is (18,61,186). Sum of RGB (Red+Green+Blue) = 18+61+186=265 (35% of max value = 765). Red value is 18 (7.42% from 255 or 6.79% from 265); Green value is 61 (24.22% from 255 or 23.02% from 265); Blue value is 186 (73.05% from 255 or 70.19% from 265); Max value from RGB is 186 - color contains mainly: blue. Hex color #123DBA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #123DBA is #EDC245. Grayscale: #3D3D3D. Windows color (decimal): -15581766 or 12205330. OLE color: 12205330.
HSL color Cylindrical-coordinate representation of color #123DBA: hue angle of 224.64º degrees, saturation: 0.82, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #123DBA is Cyan = 0.90, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 18 | 61 | 186 | - |
| CMYK | 0.90 | 0.67 | 0 | 0.27 |
| HSL | 224.64º | 0.82% | 0.4% | - |
| HSV(B) | 224.64º | 0.9% | 0.73% | - |
| XYZ | 10.78 | 7.01 | 47.24 | - |
| YUV | 62.39 | 197.75 | 96.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 61 | 186 | 0.90 | 0.67 | 0 | 0.27 | 224.64 | 0.82 | 0.4 |
| Hex | 12 | 3D | BA | 5A | 43 | 0 | 1B | E1 | 52 | 28 |
| Octal | 22 | 75 | 272 | 132 | 103 | 0 | 33 | 341 | 122 | 50 |
| Binary | 10010 | 111101 | 10111010 | 1011010 | 1000011 | 0 | 11011 | 11100001 | 1010010 | 101000 |
Color Harmonies of #123DBA
Complementary color
Monochromatic Colors of #123DBA
Black with #123DBA
Text Example
Text Example
White with #123DBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #123DBA; }
p { color: rgb(18,61,186); }
H1.HeaderClassName
{
color: #123DBA;
}
.AnyTagClassName
{
color: #123DBA;
}
</style>
background-color css
<style>
a { background-color: #123DBA; }
a { background-color: rgb(18,61,186); }
div.DivClassName
{
background-color: #123DBA;
}
.BgClassName
{
background-color: #123DBA;
}
</style>
border-color css
<style>
span { border-color: #123DBA; }
span { border-color: rgb(18,61,186); }
td.TdClassName
{
border-color: #123DBA;
}
.TagClassName
{
border-color: #123DBA;
}
</style>