Shades of Persian Blue #1935CB
Tints of Persian Blue #1935CB
RGB
CMYK
RGB Variations
Color information
#1935CB (or 0x1935CB) is known color: Persian Blue. HEX triplet: 19, 35 and CB. RGB value is (25,53,203). Sum of RGB (Red+Green+Blue) = 25+53+203=281 (37% of max value = 765). Red value is 25 (10.16% from 255 or 8.90% from 281); Green value is 53 (21.09% from 255 or 18.86% from 281); Blue value is 203 (79.69% from 255 or 72.24% from 281); Max value from RGB is 203 - color contains mainly: blue. Hex color #1935CB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1935CB is #E6CA34. Grayscale: #3D3D3D. Windows color (decimal): -15125045 or 13317401. OLE color: 13317401.
HSL color Cylindrical-coordinate representation of color #1935CB: hue angle of 230.56º 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 #1935CB is Cyan = 0.88, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 25 | 53 | 203 | - |
| CMYK | 0.88 | 0.74 | 0 | 0.20 |
| HSL | 230.56º | 0.78% | 0.45% | - |
| HSV(B) | 230.56º | 0.88% | 0.8% | - |
| XYZ | 12.45 | 7.06 | 57.21 | - |
| YUV | 61.73 | 207.72 | 101.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 53 | 203 | 0.88 | 0.74 | 0 | 0.20 | 230.56 | 0.78 | 0.45 |
| Hex | 19 | 35 | CB | 58 | 4A | 0 | 14 | E7 | 4E | 2D |
| Octal | 31 | 65 | 313 | 130 | 112 | 0 | 24 | 347 | 116 | 55 |
| Binary | 11001 | 110101 | 11001011 | 1011000 | 1001010 | 0 | 10100 | 11100111 | 1001110 | 101101 |
Color Harmonies of #1935CB
Complementary color
Monochromatic Colors of #1935CB
Black with #1935CB
Text Example
Text Example
White with #1935CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1935CB; }
p { color: rgb(25,53,203); }
H1.HeaderClassName
{
color: #1935CB;
}
.AnyTagClassName
{
color: #1935CB;
}
</style>
background-color css
<style>
a { background-color: #1935CB; }
a { background-color: rgb(25,53,203); }
div.DivClassName
{
background-color: #1935CB;
}
.BgClassName
{
background-color: #1935CB;
}
</style>
border-color css
<style>
span { border-color: #1935CB; }
span { border-color: rgb(25,53,203); }
td.TdClassName
{
border-color: #1935CB;
}
.TagClassName
{
border-color: #1935CB;
}
</style>