Shades of Persian Blue #183DEA
Tints of Persian Blue #183DEA
RGB
CMYK
RGB Variations
Color information
#183DEA (or 0x183DEA) is known color: Persian Blue. HEX triplet: 18, 3D and EA. RGB value is (24,61,234). Sum of RGB (Red+Green+Blue) = 24+61+234=319 (42% of max value = 765). Red value is 24 (9.77% from 255 or 7.52% from 319); Green value is 61 (24.22% from 255 or 19.12% from 319); Blue value is 234 (91.80% from 255 or 73.35% from 319); Max value from RGB is 234 - color contains mainly: blue. Hex color #183DEA is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #183DEA is #E7C215. Grayscale: #444444. Windows color (decimal): -15188502 or 15351064. OLE color: 15351064.
HSL color Cylindrical-coordinate representation of color #183DEA: hue angle of 229.43º degrees, saturation: 0.83, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #183DEA is Cyan = 0.90, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 24 | 61 | 234 | - |
| CMYK | 0.90 | 0.74 | 0 | 0.08 |
| HSL | 229.43º | 0.83% | 0.51% | - |
| HSV(B) | 229.43º | 0.9% | 0.92% | - |
| XYZ | 16.9 | 9.47 | 78.78 | - |
| YUV | 69.66 | 220.74 | 95.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 61 | 234 | 0.90 | 0.74 | 0 | 0.08 | 229.43 | 0.83 | 0.51 |
| Hex | 18 | 3D | EA | 5A | 4A | 0 | 8 | E5 | 53 | 33 |
| Octal | 30 | 75 | 352 | 132 | 112 | 0 | 10 | 345 | 123 | 63 |
| Binary | 11000 | 111101 | 11101010 | 1011010 | 1001010 | 0 | 1000 | 11100101 | 1010011 | 110011 |
Color Harmonies of #183DEA
Complementary color
Monochromatic Colors of #183DEA
Black with #183DEA
Text Example
Text Example
White with #183DEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #183DEA; }
p { color: rgb(24,61,234); }
H1.HeaderClassName
{
color: #183DEA;
}
.AnyTagClassName
{
color: #183DEA;
}
</style>
background-color css
<style>
a { background-color: #183DEA; }
a { background-color: rgb(24,61,234); }
div.DivClassName
{
background-color: #183DEA;
}
.BgClassName
{
background-color: #183DEA;
}
</style>
border-color css
<style>
span { border-color: #183DEA; }
span { border-color: rgb(24,61,234); }
td.TdClassName
{
border-color: #183DEA;
}
.TagClassName
{
border-color: #183DEA;
}
</style>