Shades of Persian Blue #123FBD
Tints of Persian Blue #123FBD
RGB
CMYK
RGB Variations
Color information
#123FBD (or 0x123FBD) is known color: Persian Blue. HEX triplet: 12, 3F and BD. RGB value is (18,63,189). Sum of RGB (Red+Green+Blue) = 18+63+189=270 (35% of max value = 765). Red value is 18 (7.42% from 255 or 6.67% from 270); Green value is 63 (25% from 255 or 23.33% from 270); Blue value is 189 (74.22% from 255 or 70% from 270); Max value from RGB is 189 - color contains mainly: blue. Hex color #123FBD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #123FBD is #EDC042. Grayscale: #3F3F3F. Windows color (decimal): -15581251 or 12402450. OLE color: 12402450.
HSL color Cylindrical-coordinate representation of color #123FBD: hue angle of 224.21º degrees, saturation: 0.83, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #123FBD is Cyan = 0.90, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 18 | 63 | 189 | - |
| CMYK | 0.90 | 0.67 | 0 | 0.26 |
| HSL | 224.21º | 0.83% | 0.41% | - |
| HSV(B) | 224.21º | 0.9% | 0.74% | - |
| XYZ | 11.21 | 7.36 | 48.97 | - |
| YUV | 63.91 | 198.59 | 95.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 63 | 189 | 0.90 | 0.67 | 0 | 0.26 | 224.21 | 0.83 | 0.41 |
| Hex | 12 | 3F | BD | 5A | 43 | 0 | 1A | E0 | 53 | 29 |
| Octal | 22 | 77 | 275 | 132 | 103 | 0 | 32 | 340 | 123 | 51 |
| Binary | 10010 | 111111 | 10111101 | 1011010 | 1000011 | 0 | 11010 | 11100000 | 1010011 | 101001 |
Color Harmonies of #123FBD
Complementary color
Monochromatic Colors of #123FBD
Black with #123FBD
Text Example
Text Example
White with #123FBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #123FBD; }
p { color: rgb(18,63,189); }
H1.HeaderClassName
{
color: #123FBD;
}
.AnyTagClassName
{
color: #123FBD;
}
</style>
background-color css
<style>
a { background-color: #123FBD; }
a { background-color: rgb(18,63,189); }
div.DivClassName
{
background-color: #123FBD;
}
.BgClassName
{
background-color: #123FBD;
}
</style>
border-color css
<style>
span { border-color: #123FBD; }
span { border-color: rgb(18,63,189); }
td.TdClassName
{
border-color: #123FBD;
}
.TagClassName
{
border-color: #123FBD;
}
</style>