Shades of Persian Blue #183DF4
Tints of Persian Blue #183DF4
RGB
CMYK
RGB Variations
Color information
#183DF4 (or 0x183DF4) is known color: Persian Blue. HEX triplet: 18, 3D and F4. RGB value is (24,61,244). Sum of RGB (Red+Green+Blue) = 24+61+244=329 (43% of max value = 765). Red value is 24 (9.77% from 255 or 7.29% from 329); Green value is 61 (24.22% from 255 or 18.54% from 329); Blue value is 244 (95.70% from 255 or 74.16% from 329); Max value from RGB is 244 - color contains mainly: blue. Hex color #183DF4 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #183DF4 is #E7C20B. Grayscale: #464646. Windows color (decimal): -15188492 or 16006424. OLE color: 16006424.
HSL color Cylindrical-coordinate representation of color #183DF4: hue angle of 229.91º degrees, saturation: 0.91, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #183DF4 is Cyan = 0.90, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 24 | 61 | 244 | - |
| CMYK | 0.90 | 0.75 | 0 | 0.04 |
| HSL | 229.91º | 0.91% | 0.53% | - |
| HSV(B) | 229.91º | 0.9% | 0.96% | - |
| XYZ | 18.37 | 10.06 | 86.56 | - |
| YUV | 70.8 | 225.74 | 94.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 61 | 244 | 0.90 | 0.75 | 0 | 0.04 | 229.91 | 0.91 | 0.53 |
| Hex | 18 | 3D | F4 | 5A | 4B | 0 | 4 | E6 | 5B | 35 |
| Octal | 30 | 75 | 364 | 132 | 113 | 0 | 4 | 346 | 133 | 65 |
| Binary | 11000 | 111101 | 11110100 | 1011010 | 1001011 | 0 | 100 | 11100110 | 1011011 | 110101 |
Color Harmonies of #183DF4
Complementary color
Monochromatic Colors of #183DF4
Black with #183DF4
Text Example
Text Example
White with #183DF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #183DF4; }
p { color: rgb(24,61,244); }
H1.HeaderClassName
{
color: #183DF4;
}
.AnyTagClassName
{
color: #183DF4;
}
</style>
background-color css
<style>
a { background-color: #183DF4; }
a { background-color: rgb(24,61,244); }
div.DivClassName
{
background-color: #183DF4;
}
.BgClassName
{
background-color: #183DF4;
}
</style>
border-color css
<style>
span { border-color: #183DF4; }
span { border-color: rgb(24,61,244); }
td.TdClassName
{
border-color: #183DF4;
}
.TagClassName
{
border-color: #183DF4;
}
</style>