Shades of Persian Blue #123CF3
Tints of Persian Blue #123CF3
RGB
CMYK
RGB Variations
Color information
#123CF3 (or 0x123CF3) is known color: Persian Blue. HEX triplet: 12, 3C and F3. RGB value is (18,60,243). Sum of RGB (Red+Green+Blue) = 18+60+243=321 (42% of max value = 765). Red value is 18 (7.42% from 255 or 5.61% from 321); Green value is 60 (23.83% from 255 or 18.69% from 321); Blue value is 243 (95.31% from 255 or 75.70% from 321); Max value from RGB is 243 - color contains mainly: blue. Hex color #123CF3 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #123CF3 is #EDC30C. Grayscale: #434343. Windows color (decimal): -15581965 or 15940626. OLE color: 15940626.
HSL color Cylindrical-coordinate representation of color #123CF3: hue angle of 228.8º degrees, saturation: 0.9, 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 #123CF3 is Cyan = 0.93, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 18 | 60 | 243 | - |
| CMYK | 0.93 | 0.75 | 0 | 0.05 |
| HSL | 228.8º | 0.9% | 0.51% | - |
| HSV(B) | 228.8º | 0.93% | 0.95% | - |
| XYZ | 18.04 | 9.83 | 85.74 | - |
| YUV | 68.3 | 226.59 | 92.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 60 | 243 | 0.93 | 0.75 | 0 | 0.05 | 228.8 | 0.9 | 0.51 |
| Hex | 12 | 3C | F3 | 5D | 4B | 0 | 5 | E5 | 5A | 33 |
| Octal | 22 | 74 | 363 | 135 | 113 | 0 | 5 | 345 | 132 | 63 |
| Binary | 10010 | 111100 | 11110011 | 1011101 | 1001011 | 0 | 101 | 11100101 | 1011010 | 110011 |
Color Harmonies of #123CF3
Complementary color
Monochromatic Colors of #123CF3
Black with #123CF3
Text Example
Text Example
White with #123CF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #123CF3; }
p { color: rgb(18,60,243); }
H1.HeaderClassName
{
color: #123CF3;
}
.AnyTagClassName
{
color: #123CF3;
}
</style>
background-color css
<style>
a { background-color: #123CF3; }
a { background-color: rgb(18,60,243); }
div.DivClassName
{
background-color: #123CF3;
}
.BgClassName
{
background-color: #123CF3;
}
</style>
border-color css
<style>
span { border-color: #123CF3; }
span { border-color: rgb(18,60,243); }
td.TdClassName
{
border-color: #123CF3;
}
.TagClassName
{
border-color: #123CF3;
}
</style>