Shades of Persian Blue #1945BB
Tints of Persian Blue #1945BB
RGB
CMYK
RGB Variations
Color information
#1945BB (or 0x1945BB) is known color: Persian Blue. HEX triplet: 19, 45 and BB. RGB value is (25,69,187). Sum of RGB (Red+Green+Blue) = 25+69+187=281 (37% of max value = 765). Red value is 25 (10.16% from 255 or 8.90% from 281); Green value is 69 (27.34% from 255 or 24.56% from 281); Blue value is 187 (73.44% from 255 or 66.55% from 281); Max value from RGB is 187 - color contains mainly: blue. Hex color #1945BB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1945BB is #E6BA44. Grayscale: #444444. Windows color (decimal): -15120965 or 12272921. OLE color: 12272921.
HSL color Cylindrical-coordinate representation of color #1945BB: hue angle of 223.7º degrees, saturation: 0.76, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1945BB is Cyan = 0.87, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 25 | 69 | 187 | - |
| CMYK | 0.87 | 0.63 | 0 | 0.27 |
| HSL | 223.7º | 0.76% | 0.42% | - |
| HSV(B) | 223.7º | 0.87% | 0.73% | - |
| XYZ | 11.5 | 8.05 | 47.96 | - |
| YUV | 69.3 | 194.42 | 96.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 69 | 187 | 0.87 | 0.63 | 0 | 0.27 | 223.7 | 0.76 | 0.42 |
| Hex | 19 | 45 | BB | 57 | 3F | 0 | 1B | E0 | 4C | 2A |
| Octal | 31 | 105 | 273 | 127 | 77 | 0 | 33 | 340 | 114 | 52 |
| Binary | 11001 | 1000101 | 10111011 | 1010111 | 111111 | 0 | 11011 | 11100000 | 1001100 | 101010 |
Color Harmonies of #1945BB
Complementary color
Monochromatic Colors of #1945BB
Black with #1945BB
Text Example
Text Example
White with #1945BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1945BB; }
p { color: rgb(25,69,187); }
H1.HeaderClassName
{
color: #1945BB;
}
.AnyTagClassName
{
color: #1945BB;
}
</style>
background-color css
<style>
a { background-color: #1945BB; }
a { background-color: rgb(25,69,187); }
div.DivClassName
{
background-color: #1945BB;
}
.BgClassName
{
background-color: #1945BB;
}
</style>
border-color css
<style>
span { border-color: #1945BB; }
span { border-color: rgb(25,69,187); }
td.TdClassName
{
border-color: #1945BB;
}
.TagClassName
{
border-color: #1945BB;
}
</style>