Shades of Persian Blue #1744CB
Tints of Persian Blue #1744CB
RGB
CMYK
RGB Variations
Color information
#1744CB (or 0x1744CB) is known color: Persian Blue. HEX triplet: 17, 44 and CB. RGB value is (23,68,203). Sum of RGB (Red+Green+Blue) = 23+68+203=294 (38% of max value = 765). Red value is 23 (9.38% from 255 or 7.82% from 294); Green value is 68 (26.95% from 255 or 23.13% from 294); Blue value is 203 (79.69% from 255 or 69.05% from 294); Max value from RGB is 203 - color contains mainly: blue. Hex color #1744CB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1744CB is #E8BB34. Grayscale: #454545. Windows color (decimal): -15252277 or 13321239. OLE color: 13321239.
HSL color Cylindrical-coordinate representation of color #1744CB: hue angle of 225º degrees, saturation: 0.8, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1744CB is Cyan = 0.89, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 23 | 68 | 203 | - |
| CMYK | 0.89 | 0.67 | 0 | 0.20 |
| HSL | 225º | 0.8% | 0.44% | - |
| HSV(B) | 225º | 0.89% | 0.8% | - |
| XYZ | 13.2 | 8.63 | 57.47 | - |
| YUV | 69.94 | 203.09 | 94.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 68 | 203 | 0.89 | 0.67 | 0 | 0.20 | 225 | 0.8 | 0.44 |
| Hex | 17 | 44 | CB | 59 | 43 | 0 | 14 | E1 | 50 | 2C |
| Octal | 27 | 104 | 313 | 131 | 103 | 0 | 24 | 341 | 120 | 54 |
| Binary | 10111 | 1000100 | 11001011 | 1011001 | 1000011 | 0 | 10100 | 11100001 | 1010000 | 101100 |
Color Harmonies of #1744CB
Complementary color
Monochromatic Colors of #1744CB
Black with #1744CB
Text Example
Text Example
White with #1744CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1744CB; }
p { color: rgb(23,68,203); }
H1.HeaderClassName
{
color: #1744CB;
}
.AnyTagClassName
{
color: #1744CB;
}
</style>
background-color css
<style>
a { background-color: #1744CB; }
a { background-color: rgb(23,68,203); }
div.DivClassName
{
background-color: #1744CB;
}
.BgClassName
{
background-color: #1744CB;
}
</style>
border-color css
<style>
span { border-color: #1744CB; }
span { border-color: rgb(23,68,203); }
td.TdClassName
{
border-color: #1744CB;
}
.TagClassName
{
border-color: #1744CB;
}
</style>