Shades of Persian Blue #1C39CB
Tints of Persian Blue #1C39CB
RGB
CMYK
RGB Variations
Color information
#1C39CB (or 0x1C39CB) is known color: Persian Blue. HEX triplet: 1C, 39 and CB. RGB value is (28,57,203). Sum of RGB (Red+Green+Blue) = 28+57+203=288 (38% of max value = 765). Red value is 28 (11.33% from 255 or 9.72% from 288); Green value is 57 (22.66% from 255 or 19.79% from 288); Blue value is 203 (79.69% from 255 or 70.49% from 288); Max value from RGB is 203 - color contains mainly: blue. Hex color #1C39CB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1C39CB is #E3C634. Grayscale: #404040. Windows color (decimal): -14927413 or 13318428. OLE color: 13318428.
HSL color Cylindrical-coordinate representation of color #1C39CB: hue angle of 230.06º 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 #1C39CB is Cyan = 0.86, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 28 | 57 | 203 | - |
| CMYK | 0.86 | 0.72 | 0 | 0.20 |
| HSL | 230.06º | 0.76% | 0.45% | - |
| HSV(B) | 230.06º | 0.86% | 0.8% | - |
| XYZ | 12.72 | 7.48 | 57.27 | - |
| YUV | 64.97 | 205.89 | 101.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 57 | 203 | 0.86 | 0.72 | 0 | 0.20 | 230.06 | 0.76 | 0.45 |
| Hex | 1C | 39 | CB | 56 | 48 | 0 | 14 | E6 | 4C | 2D |
| Octal | 34 | 71 | 313 | 126 | 110 | 0 | 24 | 346 | 114 | 55 |
| Binary | 11100 | 111001 | 11001011 | 1010110 | 1001000 | 0 | 10100 | 11100110 | 1001100 | 101101 |
Color Harmonies of #1C39CB
Complementary color
Monochromatic Colors of #1C39CB
Black with #1C39CB
Text Example
Text Example
White with #1C39CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C39CB; }
p { color: rgb(28,57,203); }
H1.HeaderClassName
{
color: #1C39CB;
}
.AnyTagClassName
{
color: #1C39CB;
}
</style>
background-color css
<style>
a { background-color: #1C39CB; }
a { background-color: rgb(28,57,203); }
div.DivClassName
{
background-color: #1C39CB;
}
.BgClassName
{
background-color: #1C39CB;
}
</style>
border-color css
<style>
span { border-color: #1C39CB; }
span { border-color: rgb(28,57,203); }
td.TdClassName
{
border-color: #1C39CB;
}
.TagClassName
{
border-color: #1C39CB;
}
</style>