Shades of Persian Blue #123FBA
Tints of Persian Blue #123FBA
RGB
CMYK
RGB Variations
Color information
#123FBA (or 0x123FBA) is known color: Persian Blue. HEX triplet: 12, 3F and BA. RGB value is (18,63,186). Sum of RGB (Red+Green+Blue) = 18+63+186=267 (35% of max value = 765). Red value is 18 (7.42% from 255 or 6.74% from 267); Green value is 63 (25% from 255 or 23.60% from 267); Blue value is 186 (73.05% from 255 or 69.66% from 267); Max value from RGB is 186 - color contains mainly: blue. Hex color #123FBA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #123FBA is #EDC045. Grayscale: #3F3F3F. Windows color (decimal): -15581254 or 12205842. OLE color: 12205842.
HSL color Cylindrical-coordinate representation of color #123FBA: hue angle of 223.93º degrees, saturation: 0.82, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #123FBA is Cyan = 0.90, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 18 | 63 | 186 | - |
| CMYK | 0.90 | 0.66 | 0 | 0.27 |
| HSL | 223.93º | 0.82% | 0.4% | - |
| HSV(B) | 223.93º | 0.9% | 0.73% | - |
| XYZ | 10.89 | 7.23 | 47.28 | - |
| YUV | 63.57 | 197.09 | 95.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 63 | 186 | 0.90 | 0.66 | 0 | 0.27 | 223.93 | 0.82 | 0.4 |
| Hex | 12 | 3F | BA | 5A | 42 | 0 | 1B | E0 | 52 | 28 |
| Octal | 22 | 77 | 272 | 132 | 102 | 0 | 33 | 340 | 122 | 50 |
| Binary | 10010 | 111111 | 10111010 | 1011010 | 1000010 | 0 | 11011 | 11100000 | 1010010 | 101000 |
Color Harmonies of #123FBA
Complementary color
Monochromatic Colors of #123FBA
Black with #123FBA
Text Example
Text Example
White with #123FBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #123FBA; }
p { color: rgb(18,63,186); }
H1.HeaderClassName
{
color: #123FBA;
}
.AnyTagClassName
{
color: #123FBA;
}
</style>
background-color css
<style>
a { background-color: #123FBA; }
a { background-color: rgb(18,63,186); }
div.DivClassName
{
background-color: #123FBA;
}
.BgClassName
{
background-color: #123FBA;
}
</style>
border-color css
<style>
span { border-color: #123FBA; }
span { border-color: rgb(18,63,186); }
td.TdClassName
{
border-color: #123FBA;
}
.TagClassName
{
border-color: #123FBA;
}
</style>