Shades of Persian Blue #193DB8
Tints of Persian Blue #193DB8
RGB
CMYK
RGB Variations
Color information
#193DB8 (or 0x193DB8) is known color: Persian Blue. HEX triplet: 19, 3D and B8. RGB value is (25,61,184). Sum of RGB (Red+Green+Blue) = 25+61+184=270 (35% of max value = 765). Red value is 25 (10.16% from 255 or 9.26% from 270); Green value is 61 (24.22% from 255 or 22.59% from 270); Blue value is 184 (72.27% from 255 or 68.15% from 270); Max value from RGB is 184 - color contains mainly: blue. Hex color #193DB8 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #193DB8 is #E6C247. Grayscale: #3F3F3F. Windows color (decimal): -15123016 or 12074265. OLE color: 12074265.
HSL color Cylindrical-coordinate representation of color #193DB8: hue angle of 226.42º degrees, saturation: 0.76, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #193DB8 is Cyan = 0.86, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 25 | 61 | 184 | - |
| CMYK | 0.86 | 0.67 | 0 | 0.28 |
| HSL | 226.42º | 0.76% | 0.41% | - |
| HSV(B) | 226.42º | 0.86% | 0.72% | - |
| XYZ | 10.72 | 7 | 46.13 | - |
| YUV | 64.26 | 195.57 | 100 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 61 | 184 | 0.86 | 0.67 | 0 | 0.28 | 226.42 | 0.76 | 0.41 |
| Hex | 19 | 3D | B8 | 56 | 43 | 0 | 1C | E2 | 4C | 29 |
| Octal | 31 | 75 | 270 | 126 | 103 | 0 | 34 | 342 | 114 | 51 |
| Binary | 11001 | 111101 | 10111000 | 1010110 | 1000011 | 0 | 11100 | 11100010 | 1001100 | 101001 |
Color Harmonies of #193DB8
Complementary color
Monochromatic Colors of #193DB8
Black with #193DB8
Text Example
Text Example
White with #193DB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #193DB8; }
p { color: rgb(25,61,184); }
H1.HeaderClassName
{
color: #193DB8;
}
.AnyTagClassName
{
color: #193DB8;
}
</style>
background-color css
<style>
a { background-color: #193DB8; }
a { background-color: rgb(25,61,184); }
div.DivClassName
{
background-color: #193DB8;
}
.BgClassName
{
background-color: #193DB8;
}
</style>
border-color css
<style>
span { border-color: #193DB8; }
span { border-color: rgb(25,61,184); }
td.TdClassName
{
border-color: #193DB8;
}
.TagClassName
{
border-color: #193DB8;
}
</style>