Shades of Persian Blue #123DD0
Tints of Persian Blue #123DD0
RGB
CMYK
RGB Variations
Color information
#123DD0 (or 0x123DD0) is known color: Persian Blue. HEX triplet: 12, 3D and D0. RGB value is (18,61,208). Sum of RGB (Red+Green+Blue) = 18+61+208=287 (38% of max value = 765). Red value is 18 (7.42% from 255 or 6.27% from 287); Green value is 61 (24.22% from 255 or 21.25% from 287); Blue value is 208 (81.64% from 255 or 72.47% from 287); Max value from RGB is 208 - color contains mainly: blue. Hex color #123DD0 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #123DD0 is #EDC22F. Grayscale: #404040. Windows color (decimal): -15581744 or 13647122. OLE color: 13647122.
HSL color Cylindrical-coordinate representation of color #123DD0: hue angle of 226.42º degrees, saturation: 0.84, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #123DD0 is Cyan = 0.91, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 18 | 61 | 208 | - |
| CMYK | 0.91 | 0.71 | 0 | 0.18 |
| HSL | 226.42º | 0.84% | 0.44% | - |
| HSV(B) | 226.42º | 0.91% | 0.82% | - |
| XYZ | 13.3 | 8.02 | 60.52 | - |
| YUV | 64.9 | 208.75 | 94.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 61 | 208 | 0.91 | 0.71 | 0 | 0.18 | 226.42 | 0.84 | 0.44 |
| Hex | 12 | 3D | D0 | 5B | 47 | 0 | 12 | E2 | 54 | 2C |
| Octal | 22 | 75 | 320 | 133 | 107 | 0 | 22 | 342 | 124 | 54 |
| Binary | 10010 | 111101 | 11010000 | 1011011 | 1000111 | 0 | 10010 | 11100010 | 1010100 | 101100 |
Color Harmonies of #123DD0
Complementary color
Monochromatic Colors of #123DD0
Black with #123DD0
Text Example
Text Example
White with #123DD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #123DD0; }
p { color: rgb(18,61,208); }
H1.HeaderClassName
{
color: #123DD0;
}
.AnyTagClassName
{
color: #123DD0;
}
</style>
background-color css
<style>
a { background-color: #123DD0; }
a { background-color: rgb(18,61,208); }
div.DivClassName
{
background-color: #123DD0;
}
.BgClassName
{
background-color: #123DD0;
}
</style>
border-color css
<style>
span { border-color: #123DD0; }
span { border-color: rgb(18,61,208); }
td.TdClassName
{
border-color: #123DD0;
}
.TagClassName
{
border-color: #123DD0;
}
</style>