Shades of Persian Blue #1837DA
Tints of Persian Blue #1837DA
RGB
CMYK
RGB Variations
Color information
#1837DA (or 0x1837DA) is known color: Persian Blue. HEX triplet: 18, 37 and DA. RGB value is (24,55,218). Sum of RGB (Red+Green+Blue) = 24+55+218=297 (39% of max value = 765). Red value is 24 (9.77% from 255 or 8.08% from 297); Green value is 55 (21.88% from 255 or 18.52% from 297); Blue value is 218 (85.55% from 255 or 73.40% from 297); Max value from RGB is 218 - color contains mainly: blue. Hex color #1837DA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1837DA is #E7C825. Grayscale: #3F3F3F. Windows color (decimal): -15190054 or 14300952. OLE color: 14300952.
HSL color Cylindrical-coordinate representation of color #1837DA: hue angle of 230.41º degrees, saturation: 0.8, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1837DA is Cyan = 0.89, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 24 | 55 | 218 | - |
| CMYK | 0.89 | 0.75 | 0 | 0.15 |
| HSL | 230.41º | 0.8% | 0.47% | - |
| HSV(B) | 230.41º | 0.89% | 0.85% | - |
| XYZ | 14.4 | 7.99 | 67.11 | - |
| YUV | 64.31 | 214.73 | 99.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 55 | 218 | 0.89 | 0.75 | 0 | 0.15 | 230.41 | 0.8 | 0.47 |
| Hex | 18 | 37 | DA | 59 | 4B | 0 | F | E6 | 50 | 2F |
| Octal | 30 | 67 | 332 | 131 | 113 | 0 | 17 | 346 | 120 | 57 |
| Binary | 11000 | 110111 | 11011010 | 1011001 | 1001011 | 0 | 1111 | 11100110 | 1010000 | 101111 |
Color Harmonies of #1837DA
Complementary color
Monochromatic Colors of #1837DA
Black with #1837DA
Text Example
Text Example
White with #1837DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1837DA; }
p { color: rgb(24,55,218); }
H1.HeaderClassName
{
color: #1837DA;
}
.AnyTagClassName
{
color: #1837DA;
}
</style>
background-color css
<style>
a { background-color: #1837DA; }
a { background-color: rgb(24,55,218); }
div.DivClassName
{
background-color: #1837DA;
}
.BgClassName
{
background-color: #1837DA;
}
</style>
border-color css
<style>
span { border-color: #1837DA; }
span { border-color: rgb(24,55,218); }
td.TdClassName
{
border-color: #1837DA;
}
.TagClassName
{
border-color: #1837DA;
}
</style>