Shades of Persian Blue #123FB4
Tints of Persian Blue #123FB4
RGB
CMYK
RGB Variations
Color information
#123FB4 (or 0x123FB4) is known color: Persian Blue. HEX triplet: 12, 3F and B4. RGB value is (18,63,180). Sum of RGB (Red+Green+Blue) = 18+63+180=261 (34% of max value = 765). Red value is 18 (7.42% from 255 or 6.90% from 261); Green value is 63 (25% from 255 or 24.14% from 261); Blue value is 180 (70.70% from 255 or 68.97% from 261); Max value from RGB is 180 - color contains mainly: blue. Hex color #123FB4 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #123FB4 is #EDC04B. Grayscale: #3E3E3E. Windows color (decimal): -15581260 or 11812626. OLE color: 11812626.
HSL color Cylindrical-coordinate representation of color #123FB4: hue angle of 223.33º degrees, saturation: 0.82, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #123FB4 is Cyan = 0.9, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 18 | 63 | 180 | - |
| CMYK | 0.9 | 0.65 | 0 | 0.29 |
| HSL | 223.33º | 0.82% | 0.39% | - |
| HSV(B) | 223.33º | 0.9% | 0.71% | - |
| XYZ | 10.27 | 6.98 | 43.99 | - |
| YUV | 62.88 | 194.09 | 95.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 63 | 180 | 0.9 | 0.65 | 0 | 0.29 | 223.33 | 0.82 | 0.39 |
| Hex | 12 | 3F | B4 | 5A | 41 | 0 | 1D | DF | 52 | 27 |
| Octal | 22 | 77 | 264 | 132 | 101 | 0 | 35 | 337 | 122 | 47 |
| Binary | 10010 | 111111 | 10110100 | 1011010 | 1000001 | 0 | 11101 | 11011111 | 1010010 | 100111 |
Color Harmonies of #123FB4
Complementary color
Monochromatic Colors of #123FB4
Black with #123FB4
Text Example
Text Example
White with #123FB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #123FB4; }
p { color: rgb(18,63,180); }
H1.HeaderClassName
{
color: #123FB4;
}
.AnyTagClassName
{
color: #123FB4;
}
</style>
background-color css
<style>
a { background-color: #123FB4; }
a { background-color: rgb(18,63,180); }
div.DivClassName
{
background-color: #123FB4;
}
.BgClassName
{
background-color: #123FB4;
}
</style>
border-color css
<style>
span { border-color: #123FB4; }
span { border-color: rgb(18,63,180); }
td.TdClassName
{
border-color: #123FB4;
}
.TagClassName
{
border-color: #123FB4;
}
</style>