Shades of Persian Blue #123FCB
Tints of Persian Blue #123FCB
RGB
CMYK
RGB Variations
Color information
#123FCB (or 0x123FCB) is known color: Persian Blue. HEX triplet: 12, 3F and CB. RGB value is (18,63,203). Sum of RGB (Red+Green+Blue) = 18+63+203=284 (37% of max value = 765). Red value is 18 (7.42% from 255 or 6.34% from 284); Green value is 63 (25% from 255 or 22.18% from 284); Blue value is 203 (79.69% from 255 or 71.48% from 284); Max value from RGB is 203 - color contains mainly: blue. Hex color #123FCB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #123FCB is #EDC034. Grayscale: #404040. Windows color (decimal): -15581237 or 13319954. OLE color: 13319954.
HSL color Cylindrical-coordinate representation of color #123FCB: hue angle of 225.41º degrees, saturation: 0.84, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #123FCB is Cyan = 0.91, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 18 | 63 | 203 | - |
| CMYK | 0.91 | 0.69 | 0 | 0.20 |
| HSL | 225.41º | 0.84% | 0.43% | - |
| HSV(B) | 225.41º | 0.91% | 0.8% | - |
| XYZ | 12.81 | 8 | 57.37 | - |
| YUV | 65.51 | 205.59 | 94.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 63 | 203 | 0.91 | 0.69 | 0 | 0.20 | 225.41 | 0.84 | 0.43 |
| Hex | 12 | 3F | CB | 5B | 45 | 0 | 14 | E1 | 54 | 2B |
| Octal | 22 | 77 | 313 | 133 | 105 | 0 | 24 | 341 | 124 | 53 |
| Binary | 10010 | 111111 | 11001011 | 1011011 | 1000101 | 0 | 10100 | 11100001 | 1010100 | 101011 |
Color Harmonies of #123FCB
Complementary color
Monochromatic Colors of #123FCB
Black with #123FCB
Text Example
Text Example
White with #123FCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #123FCB; }
p { color: rgb(18,63,203); }
H1.HeaderClassName
{
color: #123FCB;
}
.AnyTagClassName
{
color: #123FCB;
}
</style>
background-color css
<style>
a { background-color: #123FCB; }
a { background-color: rgb(18,63,203); }
div.DivClassName
{
background-color: #123FCB;
}
.BgClassName
{
background-color: #123FCB;
}
</style>
border-color css
<style>
span { border-color: #123FCB; }
span { border-color: rgb(18,63,203); }
td.TdClassName
{
border-color: #123FCB;
}
.TagClassName
{
border-color: #123FCB;
}
</style>