Shades of Persian Blue #1938D8
Tints of Persian Blue #1938D8
RGB
CMYK
RGB Variations
Color information
#1938D8 (or 0x1938D8) is known color: Persian Blue. HEX triplet: 19, 38 and D8. RGB value is (25,56,216). Sum of RGB (Red+Green+Blue) = 25+56+216=297 (39% of max value = 765). Red value is 25 (10.16% from 255 or 8.42% from 297); Green value is 56 (22.27% from 255 or 18.86% from 297); Blue value is 216 (84.77% from 255 or 72.73% from 297); Max value from RGB is 216 - color contains mainly: blue. Hex color #1938D8 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1938D8 is #E6C727. Grayscale: #404040. Windows color (decimal): -15124264 or 14170137. OLE color: 14170137.
HSL color Cylindrical-coordinate representation of color #1938D8: hue angle of 230.26º degrees, saturation: 0.79, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1938D8 is Cyan = 0.88, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 25 | 56 | 216 | - |
| CMYK | 0.88 | 0.74 | 0 | 0.15 |
| HSL | 230.26º | 0.79% | 0.47% | - |
| HSV(B) | 230.26º | 0.88% | 0.85% | - |
| XYZ | 14.21 | 7.99 | 65.76 | - |
| YUV | 64.97 | 213.23 | 99.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 56 | 216 | 0.88 | 0.74 | 0 | 0.15 | 230.26 | 0.79 | 0.47 |
| Hex | 19 | 38 | D8 | 58 | 4A | 0 | F | E6 | 4F | 2F |
| Octal | 31 | 70 | 330 | 130 | 112 | 0 | 17 | 346 | 117 | 57 |
| Binary | 11001 | 111000 | 11011000 | 1011000 | 1001010 | 0 | 1111 | 11100110 | 1001111 | 101111 |
Color Harmonies of #1938D8
Complementary color
Monochromatic Colors of #1938D8
Black with #1938D8
Text Example
Text Example
White with #1938D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1938D8; }
p { color: rgb(25,56,216); }
H1.HeaderClassName
{
color: #1938D8;
}
.AnyTagClassName
{
color: #1938D8;
}
</style>
background-color css
<style>
a { background-color: #1938D8; }
a { background-color: rgb(25,56,216); }
div.DivClassName
{
background-color: #1938D8;
}
.BgClassName
{
background-color: #1938D8;
}
</style>
border-color css
<style>
span { border-color: #1938D8; }
span { border-color: rgb(25,56,216); }
td.TdClassName
{
border-color: #1938D8;
}
.TagClassName
{
border-color: #1938D8;
}
</style>