Shades of Persian Blue #1945CC
Tints of Persian Blue #1945CC
RGB
CMYK
RGB Variations
Color information
#1945CC (or 0x1945CC) is known color: Persian Blue. HEX triplet: 19, 45 and CC. RGB value is (25,69,204). Sum of RGB (Red+Green+Blue) = 25+69+204=298 (39% of max value = 765). Red value is 25 (10.16% from 255 or 8.39% from 298); Green value is 69 (27.34% from 255 or 23.15% from 298); Blue value is 204 (80.08% from 255 or 68.46% from 298); Max value from RGB is 204 - color contains mainly: blue. Hex color #1945CC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1945CC is #E6BA33. Grayscale: #464646. Windows color (decimal): -15120948 or 13387033. OLE color: 13387033.
HSL color Cylindrical-coordinate representation of color #1945CC: hue angle of 225.25º 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 #1945CC is Cyan = 0.88, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 25 | 69 | 204 | - |
| CMYK | 0.88 | 0.66 | 0 | 0.2 |
| HSL | 225.25º | 0.78% | 0.45% | - |
| HSV(B) | 225.25º | 0.88% | 0.8% | - |
| XYZ | 13.43 | 8.82 | 58.12 | - |
| YUV | 71.23 | 202.92 | 95.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 69 | 204 | 0.88 | 0.66 | 0 | 0.2 | 225.25 | 0.78 | 0.45 |
| Hex | 19 | 45 | CC | 58 | 42 | 0 | 14 | E1 | 4E | 2D |
| Octal | 31 | 105 | 314 | 130 | 102 | 0 | 24 | 341 | 116 | 55 |
| Binary | 11001 | 1000101 | 11001100 | 1011000 | 1000010 | 0 | 10100 | 11100001 | 1001110 | 101101 |
Color Harmonies of #1945CC
Complementary color
Monochromatic Colors of #1945CC
Black with #1945CC
Text Example
Text Example
White with #1945CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1945CC; }
p { color: rgb(25,69,204); }
H1.HeaderClassName
{
color: #1945CC;
}
.AnyTagClassName
{
color: #1945CC;
}
</style>
background-color css
<style>
a { background-color: #1945CC; }
a { background-color: rgb(25,69,204); }
div.DivClassName
{
background-color: #1945CC;
}
.BgClassName
{
background-color: #1945CC;
}
</style>
border-color css
<style>
span { border-color: #1945CC; }
span { border-color: rgb(25,69,204); }
td.TdClassName
{
border-color: #1945CC;
}
.TagClassName
{
border-color: #1945CC;
}
</style>