Shades of Persian Blue #123DBF
Tints of Persian Blue #123DBF
RGB
CMYK
RGB Variations
Color information
#123DBF (or 0x123DBF) is known color: Persian Blue. HEX triplet: 12, 3D and BF. RGB value is (18,61,191). Sum of RGB (Red+Green+Blue) = 18+61+191=270 (35% of max value = 765). Red value is 18 (7.42% from 255 or 6.67% from 270); Green value is 61 (24.22% from 255 or 22.59% from 270); Blue value is 191 (75% from 255 or 70.74% from 270); Max value from RGB is 191 - color contains mainly: blue. Hex color #123DBF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #123DBF is #EDC240. Grayscale: #3E3E3E. Windows color (decimal): -15581761 or 12533010. OLE color: 12533010.
HSL color Cylindrical-coordinate representation of color #123DBF: hue angle of 225.09º degrees, saturation: 0.83, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #123DBF is Cyan = 0.91, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 18 | 61 | 191 | - |
| CMYK | 0.91 | 0.68 | 0 | 0.25 |
| HSL | 225.09º | 0.83% | 0.41% | - |
| HSV(B) | 225.09º | 0.91% | 0.75% | - |
| XYZ | 11.32 | 7.23 | 50.09 | - |
| YUV | 62.96 | 200.25 | 95.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 61 | 191 | 0.91 | 0.68 | 0 | 0.25 | 225.09 | 0.83 | 0.41 |
| Hex | 12 | 3D | BF | 5B | 44 | 0 | 19 | E1 | 53 | 29 |
| Octal | 22 | 75 | 277 | 133 | 104 | 0 | 31 | 341 | 123 | 51 |
| Binary | 10010 | 111101 | 10111111 | 1011011 | 1000100 | 0 | 11001 | 11100001 | 1010011 | 101001 |
Color Harmonies of #123DBF
Complementary color
Monochromatic Colors of #123DBF
Black with #123DBF
Text Example
Text Example
White with #123DBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #123DBF; }
p { color: rgb(18,61,191); }
H1.HeaderClassName
{
color: #123DBF;
}
.AnyTagClassName
{
color: #123DBF;
}
</style>
background-color css
<style>
a { background-color: #123DBF; }
a { background-color: rgb(18,61,191); }
div.DivClassName
{
background-color: #123DBF;
}
.BgClassName
{
background-color: #123DBF;
}
</style>
border-color css
<style>
span { border-color: #123DBF; }
span { border-color: rgb(18,61,191); }
td.TdClassName
{
border-color: #123DBF;
}
.TagClassName
{
border-color: #123DBF;
}
</style>