Shades of Persian Blue #123DD7
Tints of Persian Blue #123DD7
RGB
CMYK
RGB Variations
Color information
#123DD7 (or 0x123DD7) is known color: Persian Blue. HEX triplet: 12, 3D and D7. RGB value is (18,61,215). Sum of RGB (Red+Green+Blue) = 18+61+215=294 (38% of max value = 765). Red value is 18 (7.42% from 255 or 6.12% from 294); Green value is 61 (24.22% from 255 or 20.75% from 294); Blue value is 215 (84.38% from 255 or 73.13% from 294); Max value from RGB is 215 - color contains mainly: blue. Hex color #123DD7 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #123DD7 is #EDC228. Grayscale: #414141. Windows color (decimal): -15581737 or 14105874. OLE color: 14105874.
HSL color Cylindrical-coordinate representation of color #123DD7: hue angle of 226.9º degrees, saturation: 0.85, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #123DD7 is Cyan = 0.92, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 18 | 61 | 215 | - |
| CMYK | 0.92 | 0.72 | 0 | 0.16 |
| HSL | 226.9º | 0.85% | 0.46% | - |
| HSV(B) | 226.9º | 0.92% | 0.84% | - |
| XYZ | 14.18 | 8.37 | 65.16 | - |
| YUV | 65.7 | 212.25 | 93.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 61 | 215 | 0.92 | 0.72 | 0 | 0.16 | 226.9 | 0.85 | 0.46 |
| Hex | 12 | 3D | D7 | 5C | 48 | 0 | 10 | E3 | 55 | 2E |
| Octal | 22 | 75 | 327 | 134 | 110 | 0 | 20 | 343 | 125 | 56 |
| Binary | 10010 | 111101 | 11010111 | 1011100 | 1001000 | 0 | 10000 | 11100011 | 1010101 | 101110 |
Color Harmonies of #123DD7
Complementary color
Monochromatic Colors of #123DD7
Black with #123DD7
Text Example
Text Example
White with #123DD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #123DD7; }
p { color: rgb(18,61,215); }
H1.HeaderClassName
{
color: #123DD7;
}
.AnyTagClassName
{
color: #123DD7;
}
</style>
background-color css
<style>
a { background-color: #123DD7; }
a { background-color: rgb(18,61,215); }
div.DivClassName
{
background-color: #123DD7;
}
.BgClassName
{
background-color: #123DD7;
}
</style>
border-color css
<style>
span { border-color: #123DD7; }
span { border-color: rgb(18,61,215); }
td.TdClassName
{
border-color: #123DD7;
}
.TagClassName
{
border-color: #123DD7;
}
</style>