Shades of Persian Blue #123FF1
Tints of Persian Blue #123FF1
RGB
CMYK
RGB Variations
Color information
#123FF1 (or 0x123FF1) is known color: Persian Blue. HEX triplet: 12, 3F and F1. RGB value is (18,63,241). Sum of RGB (Red+Green+Blue) = 18+63+241=322 (42% of max value = 765). Red value is 18 (7.42% from 255 or 5.59% from 322); Green value is 63 (25% from 255 or 19.57% from 322); Blue value is 241 (94.53% from 255 or 74.84% from 322); Max value from RGB is 241 - color contains mainly: blue. Hex color #123FF1 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #123FF1 is #EDC00E. Grayscale: #454545. Windows color (decimal): -15581199 or 15810322. OLE color: 15810322.
HSL color Cylindrical-coordinate representation of color #123FF1: hue angle of 227.89º degrees, saturation: 0.89, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #123FF1 is Cyan = 0.93, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 18 | 63 | 241 | - |
| CMYK | 0.93 | 0.74 | 0 | 0.05 |
| HSL | 227.89º | 0.89% | 0.51% | - |
| HSV(B) | 227.89º | 0.93% | 0.95% | - |
| XYZ | 17.9 | 10.03 | 84.21 | - |
| YUV | 69.84 | 224.59 | 91.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 63 | 241 | 0.93 | 0.74 | 0 | 0.05 | 227.89 | 0.89 | 0.51 |
| Hex | 12 | 3F | F1 | 5D | 4A | 0 | 5 | E4 | 59 | 33 |
| Octal | 22 | 77 | 361 | 135 | 112 | 0 | 5 | 344 | 131 | 63 |
| Binary | 10010 | 111111 | 11110001 | 1011101 | 1001010 | 0 | 101 | 11100100 | 1011001 | 110011 |
Color Harmonies of #123FF1
Complementary color
Monochromatic Colors of #123FF1
Black with #123FF1
Text Example
Text Example
White with #123FF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #123FF1; }
p { color: rgb(18,63,241); }
H1.HeaderClassName
{
color: #123FF1;
}
.AnyTagClassName
{
color: #123FF1;
}
</style>
background-color css
<style>
a { background-color: #123FF1; }
a { background-color: rgb(18,63,241); }
div.DivClassName
{
background-color: #123FF1;
}
.BgClassName
{
background-color: #123FF1;
}
</style>
border-color css
<style>
span { border-color: #123FF1; }
span { border-color: rgb(18,63,241); }
td.TdClassName
{
border-color: #123FF1;
}
.TagClassName
{
border-color: #123FF1;
}
</style>