Shades of Persian Blue #123FC0
Tints of Persian Blue #123FC0
RGB
CMYK
RGB Variations
Color information
#123FC0 (or 0x123FC0) is known color: Persian Blue. HEX triplet: 12, 3F and C0. RGB value is (18,63,192). Sum of RGB (Red+Green+Blue) = 18+63+192=273 (36% of max value = 765). Red value is 18 (7.42% from 255 or 6.59% from 273); Green value is 63 (25% from 255 or 23.08% from 273); Blue value is 192 (75.39% from 255 or 70.33% from 273); Max value from RGB is 192 - color contains mainly: blue. Hex color #123FC0 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #123FC0 is #EDC03F. Grayscale: #3F3F3F. Windows color (decimal): -15581248 or 12599058. OLE color: 12599058.
HSL color Cylindrical-coordinate representation of color #123FC0: hue angle of 224.48º degrees, saturation: 0.83, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #123FC0 is Cyan = 0.91, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 18 | 63 | 192 | - |
| CMYK | 0.91 | 0.67 | 0 | 0.25 |
| HSL | 224.48º | 0.83% | 0.41% | - |
| HSV(B) | 224.48º | 0.91% | 0.75% | - |
| XYZ | 11.54 | 7.49 | 50.71 | - |
| YUV | 64.25 | 200.09 | 95.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 63 | 192 | 0.91 | 0.67 | 0 | 0.25 | 224.48 | 0.83 | 0.41 |
| Hex | 12 | 3F | C0 | 5B | 43 | 0 | 19 | E0 | 53 | 29 |
| Octal | 22 | 77 | 300 | 133 | 103 | 0 | 31 | 340 | 123 | 51 |
| Binary | 10010 | 111111 | 11000000 | 1011011 | 1000011 | 0 | 11001 | 11100000 | 1010011 | 101001 |
Color Harmonies of #123FC0
Complementary color
Monochromatic Colors of #123FC0
Black with #123FC0
Text Example
Text Example
White with #123FC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #123FC0; }
p { color: rgb(18,63,192); }
H1.HeaderClassName
{
color: #123FC0;
}
.AnyTagClassName
{
color: #123FC0;
}
</style>
background-color css
<style>
a { background-color: #123FC0; }
a { background-color: rgb(18,63,192); }
div.DivClassName
{
background-color: #123FC0;
}
.BgClassName
{
background-color: #123FC0;
}
</style>
border-color css
<style>
span { border-color: #123FC0; }
span { border-color: rgb(18,63,192); }
td.TdClassName
{
border-color: #123FC0;
}
.TagClassName
{
border-color: #123FC0;
}
</style>