Shades of Persian Blue #183DB0
Tints of Persian Blue #183DB0
RGB
CMYK
RGB Variations
Color information
#183DB0 (or 0x183DB0) is known color: Persian Blue. HEX triplet: 18, 3D and B0. RGB value is (24,61,176). Sum of RGB (Red+Green+Blue) = 24+61+176=261 (34% of max value = 765). Red value is 24 (9.77% from 255 or 9.20% from 261); Green value is 61 (24.22% from 255 or 23.37% from 261); Blue value is 176 (69.14% from 255 or 67.43% from 261); Max value from RGB is 176 - color contains mainly: blue. Hex color #183DB0 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #183DB0 is #E7C24F. Grayscale: #3E3E3E. Windows color (decimal): -15188560 or 11549976. OLE color: 11549976.
HSL color Cylindrical-coordinate representation of color #183DB0: hue angle of 225.39º degrees, saturation: 0.76, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #183DB0 is Cyan = 0.86, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 24 | 61 | 176 | - |
| CMYK | 0.86 | 0.65 | 0 | 0.31 |
| HSL | 225.39º | 0.76% | 0.39% | - |
| HSV(B) | 225.39º | 0.86% | 0.69% | - |
| XYZ | 9.88 | 6.67 | 41.84 | - |
| YUV | 63.05 | 191.74 | 100.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 61 | 176 | 0.86 | 0.65 | 0 | 0.31 | 225.39 | 0.76 | 0.39 |
| Hex | 18 | 3D | B0 | 56 | 41 | 0 | 1F | E1 | 4C | 27 |
| Octal | 30 | 75 | 260 | 126 | 101 | 0 | 37 | 341 | 114 | 47 |
| Binary | 11000 | 111101 | 10110000 | 1010110 | 1000001 | 0 | 11111 | 11100001 | 1001100 | 100111 |
Color Harmonies of #183DB0
Complementary color
Monochromatic Colors of #183DB0
Black with #183DB0
Text Example
Text Example
White with #183DB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #183DB0; }
p { color: rgb(24,61,176); }
H1.HeaderClassName
{
color: #183DB0;
}
.AnyTagClassName
{
color: #183DB0;
}
</style>
background-color css
<style>
a { background-color: #183DB0; }
a { background-color: rgb(24,61,176); }
div.DivClassName
{
background-color: #183DB0;
}
.BgClassName
{
background-color: #183DB0;
}
</style>
border-color css
<style>
span { border-color: #183DB0; }
span { border-color: rgb(24,61,176); }
td.TdClassName
{
border-color: #183DB0;
}
.TagClassName
{
border-color: #183DB0;
}
</style>