Shades of Persian Blue #123BD3
Tints of Persian Blue #123BD3
RGB
CMYK
RGB Variations
Color information
#123BD3 (or 0x123BD3) is known color: Persian Blue. HEX triplet: 12, 3B and D3. RGB value is (18,59,211). Sum of RGB (Red+Green+Blue) = 18+59+211=288 (38% of max value = 765). Red value is 18 (7.42% from 255 or 6.25% from 288); Green value is 59 (23.44% from 255 or 20.49% from 288); Blue value is 211 (82.81% from 255 or 73.26% from 288); Max value from RGB is 211 - color contains mainly: blue. Hex color #123BD3 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #123BD3 is #EDC42C. Grayscale: #3F3F3F. Windows color (decimal): -15582253 or 13843218. OLE color: 13843218.
HSL color Cylindrical-coordinate representation of color #123BD3: hue angle of 227.25º 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 #123BD3 is Cyan = 0.91, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 18 | 59 | 211 | - |
| CMYK | 0.91 | 0.72 | 0 | 0.17 |
| HSL | 227.25º | 0.84% | 0.45% | - |
| HSV(B) | 227.25º | 0.91% | 0.83% | - |
| XYZ | 13.57 | 7.96 | 62.45 | - |
| YUV | 64.07 | 210.92 | 95.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 59 | 211 | 0.91 | 0.72 | 0 | 0.17 | 227.25 | 0.84 | 0.45 |
| Hex | 12 | 3B | D3 | 5B | 48 | 0 | 11 | E3 | 54 | 2D |
| Octal | 22 | 73 | 323 | 133 | 110 | 0 | 21 | 343 | 124 | 55 |
| Binary | 10010 | 111011 | 11010011 | 1011011 | 1001000 | 0 | 10001 | 11100011 | 1010100 | 101101 |
Color Harmonies of #123BD3
Complementary color
Monochromatic Colors of #123BD3
Black with #123BD3
Text Example
Text Example
White with #123BD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #123BD3; }
p { color: rgb(18,59,211); }
H1.HeaderClassName
{
color: #123BD3;
}
.AnyTagClassName
{
color: #123BD3;
}
</style>
background-color css
<style>
a { background-color: #123BD3; }
a { background-color: rgb(18,59,211); }
div.DivClassName
{
background-color: #123BD3;
}
.BgClassName
{
background-color: #123BD3;
}
</style>
border-color css
<style>
span { border-color: #123BD3; }
span { border-color: rgb(18,59,211); }
td.TdClassName
{
border-color: #123BD3;
}
.TagClassName
{
border-color: #123BD3;
}
</style>