Shades of Persian Blue #183DB7
Tints of Persian Blue #183DB7
RGB
CMYK
RGB Variations
Color information
#183DB7 (or 0x183DB7) is known color: Persian Blue. HEX triplet: 18, 3D and B7. RGB value is (24,61,183). Sum of RGB (Red+Green+Blue) = 24+61+183=268 (35% of max value = 765). Red value is 24 (9.77% from 255 or 8.96% from 268); Green value is 61 (24.22% from 255 or 22.76% from 268); Blue value is 183 (71.88% from 255 or 68.28% from 268); Max value from RGB is 183 - color contains mainly: blue. Hex color #183DB7 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #183DB7 is #E7C248. Grayscale: #3F3F3F. Windows color (decimal): -15188553 or 12008728. OLE color: 12008728.
HSL color Cylindrical-coordinate representation of color #183DB7: hue angle of 226.04º degrees, saturation: 0.77, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #183DB7 is Cyan = 0.87, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 24 | 61 | 183 | - |
| CMYK | 0.87 | 0.67 | 0 | 0.28 |
| HSL | 226.04º | 0.77% | 0.41% | - |
| HSV(B) | 226.04º | 0.87% | 0.72% | - |
| XYZ | 10.59 | 6.95 | 45.58 | - |
| YUV | 63.85 | 195.24 | 99.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 61 | 183 | 0.87 | 0.67 | 0 | 0.28 | 226.04 | 0.77 | 0.41 |
| Hex | 18 | 3D | B7 | 57 | 43 | 0 | 1C | E2 | 4D | 29 |
| Octal | 30 | 75 | 267 | 127 | 103 | 0 | 34 | 342 | 115 | 51 |
| Binary | 11000 | 111101 | 10110111 | 1010111 | 1000011 | 0 | 11100 | 11100010 | 1001101 | 101001 |
Color Harmonies of #183DB7
Complementary color
Monochromatic Colors of #183DB7
Black with #183DB7
Text Example
Text Example
White with #183DB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #183DB7; }
p { color: rgb(24,61,183); }
H1.HeaderClassName
{
color: #183DB7;
}
.AnyTagClassName
{
color: #183DB7;
}
</style>
background-color css
<style>
a { background-color: #183DB7; }
a { background-color: rgb(24,61,183); }
div.DivClassName
{
background-color: #183DB7;
}
.BgClassName
{
background-color: #183DB7;
}
</style>
border-color css
<style>
span { border-color: #183DB7; }
span { border-color: rgb(24,61,183); }
td.TdClassName
{
border-color: #183DB7;
}
.TagClassName
{
border-color: #183DB7;
}
</style>