Shades of Persian Blue #1942CB
Tints of Persian Blue #1942CB
RGB
CMYK
RGB Variations
Color information
#1942CB (or 0x1942CB) is known color: Persian Blue. HEX triplet: 19, 42 and CB. RGB value is (25,66,203). Sum of RGB (Red+Green+Blue) = 25+66+203=294 (38% of max value = 765). Red value is 25 (10.16% from 255 or 8.50% from 294); Green value is 66 (26.17% from 255 or 22.45% from 294); Blue value is 203 (79.69% from 255 or 69.05% from 294); Max value from RGB is 203 - color contains mainly: blue. Hex color #1942CB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1942CB is #E6BD34. Grayscale: #444444. Windows color (decimal): -15121717 or 13320729. OLE color: 13320729.
HSL color Cylindrical-coordinate representation of color #1942CB: hue angle of 226.18º degrees, saturation: 0.78, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1942CB is Cyan = 0.88, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 25 | 66 | 203 | - |
| CMYK | 0.88 | 0.67 | 0 | 0.20 |
| HSL | 226.18º | 0.78% | 0.45% | - |
| HSV(B) | 226.18º | 0.88% | 0.8% | - |
| XYZ | 13.13 | 8.41 | 57.43 | - |
| YUV | 69.36 | 203.42 | 96.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 66 | 203 | 0.88 | 0.67 | 0 | 0.20 | 226.18 | 0.78 | 0.45 |
| Hex | 19 | 42 | CB | 58 | 43 | 0 | 14 | E2 | 4E | 2D |
| Octal | 31 | 102 | 313 | 130 | 103 | 0 | 24 | 342 | 116 | 55 |
| Binary | 11001 | 1000010 | 11001011 | 1011000 | 1000011 | 0 | 10100 | 11100010 | 1001110 | 101101 |
Color Harmonies of #1942CB
Complementary color
Monochromatic Colors of #1942CB
Black with #1942CB
Text Example
Text Example
White with #1942CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1942CB; }
p { color: rgb(25,66,203); }
H1.HeaderClassName
{
color: #1942CB;
}
.AnyTagClassName
{
color: #1942CB;
}
</style>
background-color css
<style>
a { background-color: #1942CB; }
a { background-color: rgb(25,66,203); }
div.DivClassName
{
background-color: #1942CB;
}
.BgClassName
{
background-color: #1942CB;
}
</style>
border-color css
<style>
span { border-color: #1942CB; }
span { border-color: rgb(25,66,203); }
td.TdClassName
{
border-color: #1942CB;
}
.TagClassName
{
border-color: #1942CB;
}
</style>