Shades of Persian Blue #1845CB
Tints of Persian Blue #1845CB
RGB
CMYK
RGB Variations
Color information
#1845CB (or 0x1845CB) is known color: Persian Blue. HEX triplet: 18, 45 and CB. RGB value is (24,69,203). Sum of RGB (Red+Green+Blue) = 24+69+203=296 (39% of max value = 765). Red value is 24 (9.77% from 255 or 8.11% from 296); Green value is 69 (27.34% from 255 or 23.31% from 296); Blue value is 203 (79.69% from 255 or 68.58% from 296); Max value from RGB is 203 - color contains mainly: blue. Hex color #1845CB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1845CB is #E7BA34. Grayscale: #464646. Windows color (decimal): -15186485 or 13321496. OLE color: 13321496.
HSL color Cylindrical-coordinate representation of color #1845CB: hue angle of 224.92º degrees, saturation: 0.79, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1845CB is Cyan = 0.88, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 24 | 69 | 203 | - |
| CMYK | 0.88 | 0.66 | 0 | 0.20 |
| HSL | 224.92º | 0.79% | 0.45% | - |
| HSV(B) | 224.92º | 0.88% | 0.8% | - |
| XYZ | 13.28 | 8.76 | 57.49 | - |
| YUV | 70.82 | 202.59 | 94.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 69 | 203 | 0.88 | 0.66 | 0 | 0.20 | 224.92 | 0.79 | 0.45 |
| Hex | 18 | 45 | CB | 58 | 42 | 0 | 14 | E1 | 4F | 2D |
| Octal | 30 | 105 | 313 | 130 | 102 | 0 | 24 | 341 | 117 | 55 |
| Binary | 11000 | 1000101 | 11001011 | 1011000 | 1000010 | 0 | 10100 | 11100001 | 1001111 | 101101 |
Color Harmonies of #1845CB
Complementary color
Monochromatic Colors of #1845CB
Black with #1845CB
Text Example
Text Example
White with #1845CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1845CB; }
p { color: rgb(24,69,203); }
H1.HeaderClassName
{
color: #1845CB;
}
.AnyTagClassName
{
color: #1845CB;
}
</style>
background-color css
<style>
a { background-color: #1845CB; }
a { background-color: rgb(24,69,203); }
div.DivClassName
{
background-color: #1845CB;
}
.BgClassName
{
background-color: #1845CB;
}
</style>
border-color css
<style>
span { border-color: #1845CB; }
span { border-color: rgb(24,69,203); }
td.TdClassName
{
border-color: #1845CB;
}
.TagClassName
{
border-color: #1845CB;
}
</style>