Shades of Persian Blue #1C28DD
Tints of Persian Blue #1C28DD
RGB
CMYK
RGB Variations
Color information
#1C28DD (or 0x1C28DD) is known color: Persian Blue. HEX triplet: 1C, 28 and DD. RGB value is (28,40,221). Sum of RGB (Red+Green+Blue) = 28+40+221=289 (38% of max value = 765). Red value is 28 (11.33% from 255 or 9.69% from 289); Green value is 40 (16.02% from 255 or 13.84% from 289); Blue value is 221 (86.72% from 255 or 76.47% from 289); Max value from RGB is 221 - color contains mainly: blue. Hex color #1C28DD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1C28DD is #E3D722. Grayscale: #383838. Windows color (decimal): -14931747 or 14493724. OLE color: 14493724.
HSL color Cylindrical-coordinate representation of color #1C28DD: hue angle of 236.27º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1C28DD is Cyan = 0.87, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 28 | 40 | 221 | - |
| CMYK | 0.87 | 0.82 | 0 | 0.13 |
| HSL | 236.27º | 0.78% | 0.49% | - |
| HSV(B) | 236.27º | 0.87% | 0.87% | - |
| XYZ | 14.29 | 6.98 | 69 | - |
| YUV | 57.05 | 220.52 | 107.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 40 | 221 | 0.87 | 0.82 | 0 | 0.13 | 236.27 | 0.78 | 0.49 |
| Hex | 1C | 28 | DD | 57 | 52 | 0 | D | EC | 4E | 31 |
| Octal | 34 | 50 | 335 | 127 | 122 | 0 | 15 | 354 | 116 | 61 |
| Binary | 11100 | 101000 | 11011101 | 1010111 | 1010010 | 0 | 1101 | 11101100 | 1001110 | 110001 |
Color Harmonies of #1C28DD
Complementary color
Monochromatic Colors of #1C28DD
Black with #1C28DD
Text Example
Text Example
White with #1C28DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C28DD; }
p { color: rgb(28,40,221); }
H1.HeaderClassName
{
color: #1C28DD;
}
.AnyTagClassName
{
color: #1C28DD;
}
</style>
background-color css
<style>
a { background-color: #1C28DD; }
a { background-color: rgb(28,40,221); }
div.DivClassName
{
background-color: #1C28DD;
}
.BgClassName
{
background-color: #1C28DD;
}
</style>
border-color css
<style>
span { border-color: #1C28DD; }
span { border-color: rgb(28,40,221); }
td.TdClassName
{
border-color: #1C28DD;
}
.TagClassName
{
border-color: #1C28DD;
}
</style>