Shades of Persian Blue #1123CB
Tints of Persian Blue #1123CB
RGB
CMYK
RGB Variations
Color information
#1123CB (or 0x1123CB) is known color: Persian Blue. HEX triplet: 11, 23 and CB. RGB value is (17,35,203). Sum of RGB (Red+Green+Blue) = 17+35+203=255 (33% of max value = 765). Red value is 17 (7.03% from 255 or 6.67% from 255); Green value is 35 (14.06% from 255 or 13.73% from 255); Blue value is 203 (79.69% from 255 or 79.61% from 255); Max value from RGB is 203 - color contains mainly: blue. Hex color #1123CB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1123CB is #EEDC34. Grayscale: #303030. Windows color (decimal): -15653941 or 13312785. OLE color: 13312785.
HSL color Cylindrical-coordinate representation of color #1123CB: hue angle of 234.19º degrees, saturation: 0.85, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1123CB is Cyan = 0.92, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 17 | 35 | 203 | - |
| CMYK | 0.92 | 0.83 | 0 | 0.20 |
| HSL | 234.19º | 0.85% | 0.43% | - |
| HSV(B) | 234.19º | 0.92% | 0.8% | - |
| XYZ | 11.61 | 5.63 | 56.98 | - |
| YUV | 48.77 | 215.04 | 105.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 35 | 203 | 0.92 | 0.83 | 0 | 0.20 | 234.19 | 0.85 | 0.43 |
| Hex | 11 | 23 | CB | 5C | 53 | 0 | 14 | EA | 55 | 2B |
| Octal | 21 | 43 | 313 | 134 | 123 | 0 | 24 | 352 | 125 | 53 |
| Binary | 10001 | 100011 | 11001011 | 1011100 | 1010011 | 0 | 10100 | 11101010 | 1010101 | 101011 |
Color Harmonies of #1123CB
Complementary color
Monochromatic Colors of #1123CB
Black with #1123CB
Text Example
Text Example
White with #1123CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1123CB; }
p { color: rgb(17,35,203); }
H1.HeaderClassName
{
color: #1123CB;
}
.AnyTagClassName
{
color: #1123CB;
}
</style>
background-color css
<style>
a { background-color: #1123CB; }
a { background-color: rgb(17,35,203); }
div.DivClassName
{
background-color: #1123CB;
}
.BgClassName
{
background-color: #1123CB;
}
</style>
border-color css
<style>
span { border-color: #1123CB; }
span { border-color: rgb(17,35,203); }
td.TdClassName
{
border-color: #1123CB;
}
.TagClassName
{
border-color: #1123CB;
}
</style>