Shades of Persian Blue #1C42B8
Tints of Persian Blue #1C42B8
RGB
CMYK
RGB Variations
Color information
#1C42B8 (or 0x1C42B8) is known color: Persian Blue. HEX triplet: 1C, 42 and B8. RGB value is (28,66,184). Sum of RGB (Red+Green+Blue) = 28+66+184=278 (36% of max value = 765). Red value is 28 (11.33% from 255 or 10.07% from 278); Green value is 66 (26.17% from 255 or 23.74% from 278); Blue value is 184 (72.27% from 255 or 66.19% from 278); Max value from RGB is 184 - color contains mainly: blue. Hex color #1C42B8 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1C42B8 is #E3BD47. Grayscale: #434343. Windows color (decimal): -14925128 or 12075548. OLE color: 12075548.
HSL color Cylindrical-coordinate representation of color #1C42B8: hue angle of 225.38º degrees, saturation: 0.74, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1C42B8 is Cyan = 0.85, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 28 | 66 | 184 | - |
| CMYK | 0.85 | 0.64 | 0 | 0.28 |
| HSL | 225.38º | 0.74% | 0.42% | - |
| HSV(B) | 225.38º | 0.85% | 0.72% | - |
| XYZ | 11.08 | 7.6 | 46.23 | - |
| YUV | 68.09 | 193.41 | 99.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 66 | 184 | 0.85 | 0.64 | 0 | 0.28 | 225.38 | 0.74 | 0.42 |
| Hex | 1C | 42 | B8 | 55 | 40 | 0 | 1C | E1 | 4A | 2A |
| Octal | 34 | 102 | 270 | 125 | 100 | 0 | 34 | 341 | 112 | 52 |
| Binary | 11100 | 1000010 | 10111000 | 1010101 | 1000000 | 0 | 11100 | 11100001 | 1001010 | 101010 |
Color Harmonies of #1C42B8
Complementary color
Monochromatic Colors of #1C42B8
Black with #1C42B8
Text Example
Text Example
White with #1C42B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C42B8; }
p { color: rgb(28,66,184); }
H1.HeaderClassName
{
color: #1C42B8;
}
.AnyTagClassName
{
color: #1C42B8;
}
</style>
background-color css
<style>
a { background-color: #1C42B8; }
a { background-color: rgb(28,66,184); }
div.DivClassName
{
background-color: #1C42B8;
}
.BgClassName
{
background-color: #1C42B8;
}
</style>
border-color css
<style>
span { border-color: #1C42B8; }
span { border-color: rgb(28,66,184); }
td.TdClassName
{
border-color: #1C42B8;
}
.TagClassName
{
border-color: #1C42B8;
}
</style>