Shades of Persian Blue #1C2FCB
Tints of Persian Blue #1C2FCB
RGB
CMYK
RGB Variations
Color information
#1C2FCB (or 0x1C2FCB) is known color: Persian Blue. HEX triplet: 1C, 2F and CB. RGB value is (28,47,203). Sum of RGB (Red+Green+Blue) = 28+47+203=278 (36% of max value = 765). Red value is 28 (11.33% from 255 or 10.07% from 278); Green value is 47 (18.75% from 255 or 16.91% from 278); Blue value is 203 (79.69% from 255 or 73.02% from 278); Max value from RGB is 203 - color contains mainly: blue. Hex color #1C2FCB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1C2FCB is #E3D034. Grayscale: #3A3A3A. Windows color (decimal): -14929973 or 13315868. OLE color: 13315868.
HSL color Cylindrical-coordinate representation of color #1C2FCB: hue angle of 233.49º degrees, saturation: 0.76, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1C2FCB is Cyan = 0.86, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 28 | 47 | 203 | - |
| CMYK | 0.86 | 0.77 | 0 | 0.20 |
| HSL | 233.49º | 0.76% | 0.45% | - |
| HSV(B) | 233.49º | 0.86% | 0.8% | - |
| XYZ | 12.27 | 6.59 | 57.13 | - |
| YUV | 59.1 | 209.21 | 105.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 47 | 203 | 0.86 | 0.77 | 0 | 0.20 | 233.49 | 0.76 | 0.45 |
| Hex | 1C | 2F | CB | 56 | 4D | 0 | 14 | E9 | 4C | 2D |
| Octal | 34 | 57 | 313 | 126 | 115 | 0 | 24 | 351 | 114 | 55 |
| Binary | 11100 | 101111 | 11001011 | 1010110 | 1001101 | 0 | 10100 | 11101001 | 1001100 | 101101 |
Color Harmonies of #1C2FCB
Complementary color
Monochromatic Colors of #1C2FCB
Black with #1C2FCB
Text Example
Text Example
White with #1C2FCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C2FCB; }
p { color: rgb(28,47,203); }
H1.HeaderClassName
{
color: #1C2FCB;
}
.AnyTagClassName
{
color: #1C2FCB;
}
</style>
background-color css
<style>
a { background-color: #1C2FCB; }
a { background-color: rgb(28,47,203); }
div.DivClassName
{
background-color: #1C2FCB;
}
.BgClassName
{
background-color: #1C2FCB;
}
</style>
border-color css
<style>
span { border-color: #1C2FCB; }
span { border-color: rgb(28,47,203); }
td.TdClassName
{
border-color: #1C2FCB;
}
.TagClassName
{
border-color: #1C2FCB;
}
</style>