Shades of Persian Blue #183DDA
Tints of Persian Blue #183DDA
RGB
CMYK
RGB Variations
Color information
#183DDA (or 0x183DDA) is known color: Persian Blue. HEX triplet: 18, 3D and DA. RGB value is (24,61,218). Sum of RGB (Red+Green+Blue) = 24+61+218=303 (40% of max value = 765). Red value is 24 (9.77% from 255 or 7.92% from 303); Green value is 61 (24.22% from 255 or 20.13% from 303); Blue value is 218 (85.55% from 255 or 71.95% from 303); Max value from RGB is 218 - color contains mainly: blue. Hex color #183DDA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #183DDA is #E7C225. Grayscale: #434343. Windows color (decimal): -15188518 or 14302488. OLE color: 14302488.
HSL color Cylindrical-coordinate representation of color #183DDA: hue angle of 228.56º 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 #183DDA is Cyan = 0.89, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 24 | 61 | 218 | - |
| CMYK | 0.89 | 0.72 | 0 | 0.15 |
| HSL | 228.56º | 0.8% | 0.47% | - |
| HSV(B) | 228.56º | 0.89% | 0.85% | - |
| XYZ | 14.7 | 8.59 | 67.21 | - |
| YUV | 67.84 | 212.74 | 96.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 61 | 218 | 0.89 | 0.72 | 0 | 0.15 | 228.56 | 0.8 | 0.47 |
| Hex | 18 | 3D | DA | 59 | 48 | 0 | F | E5 | 50 | 2F |
| Octal | 30 | 75 | 332 | 131 | 110 | 0 | 17 | 345 | 120 | 57 |
| Binary | 11000 | 111101 | 11011010 | 1011001 | 1001000 | 0 | 1111 | 11100101 | 1010000 | 101111 |
Color Harmonies of #183DDA
Complementary color
Monochromatic Colors of #183DDA
Black with #183DDA
Text Example
Text Example
White with #183DDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #183DDA; }
p { color: rgb(24,61,218); }
H1.HeaderClassName
{
color: #183DDA;
}
.AnyTagClassName
{
color: #183DDA;
}
</style>
background-color css
<style>
a { background-color: #183DDA; }
a { background-color: rgb(24,61,218); }
div.DivClassName
{
background-color: #183DDA;
}
.BgClassName
{
background-color: #183DDA;
}
</style>
border-color css
<style>
span { border-color: #183DDA; }
span { border-color: rgb(24,61,218); }
td.TdClassName
{
border-color: #183DDA;
}
.TagClassName
{
border-color: #183DDA;
}
</style>