Shades of Persian Blue #123FD3
Tints of Persian Blue #123FD3
RGB
CMYK
RGB Variations
Color information
#123FD3 (or 0x123FD3) is known color: Persian Blue. HEX triplet: 12, 3F and D3. RGB value is (18,63,211). Sum of RGB (Red+Green+Blue) = 18+63+211=292 (38% of max value = 765). Red value is 18 (7.42% from 255 or 6.16% from 292); Green value is 63 (25% from 255 or 21.58% from 292); Blue value is 211 (82.81% from 255 or 72.26% from 292); Max value from RGB is 211 - color contains mainly: blue. Hex color #123FD3 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #123FD3 is #EDC02C. Grayscale: #414141. Windows color (decimal): -15581229 or 13844242. OLE color: 13844242.
HSL color Cylindrical-coordinate representation of color #123FD3: hue angle of 226.01º degrees, saturation: 0.84, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #123FD3 is Cyan = 0.91, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 18 | 63 | 211 | - |
| CMYK | 0.91 | 0.70 | 0 | 0.17 |
| HSL | 226.01º | 0.84% | 0.45% | - |
| HSV(B) | 226.01º | 0.91% | 0.83% | - |
| XYZ | 13.78 | 8.39 | 62.52 | - |
| YUV | 66.42 | 209.59 | 93.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 63 | 211 | 0.91 | 0.70 | 0 | 0.17 | 226.01 | 0.84 | 0.45 |
| Hex | 12 | 3F | D3 | 5B | 46 | 0 | 11 | E2 | 54 | 2D |
| Octal | 22 | 77 | 323 | 133 | 106 | 0 | 21 | 342 | 124 | 55 |
| Binary | 10010 | 111111 | 11010011 | 1011011 | 1000110 | 0 | 10001 | 11100010 | 1010100 | 101101 |
Color Harmonies of #123FD3
Complementary color
Monochromatic Colors of #123FD3
Black with #123FD3
Text Example
Text Example
White with #123FD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #123FD3; }
p { color: rgb(18,63,211); }
H1.HeaderClassName
{
color: #123FD3;
}
.AnyTagClassName
{
color: #123FD3;
}
</style>
background-color css
<style>
a { background-color: #123FD3; }
a { background-color: rgb(18,63,211); }
div.DivClassName
{
background-color: #123FD3;
}
.BgClassName
{
background-color: #123FD3;
}
</style>
border-color css
<style>
span { border-color: #123FD3; }
span { border-color: rgb(18,63,211); }
td.TdClassName
{
border-color: #123FD3;
}
.TagClassName
{
border-color: #123FD3;
}
</style>