Shades of Persian Blue #1C42DB
Tints of Persian Blue #1C42DB
RGB
CMYK
RGB Variations
Color information
#1C42DB (or 0x1C42DB) is known color: Persian Blue. HEX triplet: 1C, 42 and DB. RGB value is (28,66,219). Sum of RGB (Red+Green+Blue) = 28+66+219=313 (41% of max value = 765). Red value is 28 (11.33% from 255 or 8.95% from 313); Green value is 66 (26.17% from 255 or 21.09% from 313); Blue value is 219 (85.94% from 255 or 69.97% from 313); Max value from RGB is 219 - color contains mainly: blue. Hex color #1C42DB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1C42DB is #E3BD24. Grayscale: #474747. Windows color (decimal): -14925093 or 14369308. OLE color: 14369308.
HSL color Cylindrical-coordinate representation of color #1C42DB: hue angle of 228.06º degrees, saturation: 0.77, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1C42DB is Cyan = 0.87, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 28 | 66 | 219 | - |
| CMYK | 0.87 | 0.70 | 0 | 0.14 |
| HSL | 228.06º | 0.77% | 0.48% | - |
| HSV(B) | 228.06º | 0.87% | 0.86% | - |
| XYZ | 15.21 | 9.26 | 68 | - |
| YUV | 72.08 | 210.91 | 96.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 66 | 219 | 0.87 | 0.70 | 0 | 0.14 | 228.06 | 0.77 | 0.48 |
| Hex | 1C | 42 | DB | 57 | 46 | 0 | E | E4 | 4D | 30 |
| Octal | 34 | 102 | 333 | 127 | 106 | 0 | 16 | 344 | 115 | 60 |
| Binary | 11100 | 1000010 | 11011011 | 1010111 | 1000110 | 0 | 1110 | 11100100 | 1001101 | 110000 |
Color Harmonies of #1C42DB
Complementary color
Monochromatic Colors of #1C42DB
Black with #1C42DB
Text Example
Text Example
White with #1C42DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C42DB; }
p { color: rgb(28,66,219); }
H1.HeaderClassName
{
color: #1C42DB;
}
.AnyTagClassName
{
color: #1C42DB;
}
</style>
background-color css
<style>
a { background-color: #1C42DB; }
a { background-color: rgb(28,66,219); }
div.DivClassName
{
background-color: #1C42DB;
}
.BgClassName
{
background-color: #1C42DB;
}
</style>
border-color css
<style>
span { border-color: #1C42DB; }
span { border-color: rgb(28,66,219); }
td.TdClassName
{
border-color: #1C42DB;
}
.TagClassName
{
border-color: #1C42DB;
}
</style>