Shades of Persian Blue #183DBD
Tints of Persian Blue #183DBD
RGB
CMYK
RGB Variations
Color information
#183DBD (or 0x183DBD) is known color: Persian Blue. HEX triplet: 18, 3D and BD. RGB value is (24,61,189). Sum of RGB (Red+Green+Blue) = 24+61+189=274 (36% of max value = 765). Red value is 24 (9.77% from 255 or 8.76% from 274); Green value is 61 (24.22% from 255 or 22.26% from 274); Blue value is 189 (74.22% from 255 or 68.98% from 274); Max value from RGB is 189 - color contains mainly: blue. Hex color #183DBD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #183DBD is #E7C242. Grayscale: #3F3F3F. Windows color (decimal): -15188547 or 12401944. OLE color: 12401944.
HSL color Cylindrical-coordinate representation of color #183DBD: hue angle of 226.55º degrees, saturation: 0.77, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #183DBD is Cyan = 0.87, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 24 | 61 | 189 | - |
| CMYK | 0.87 | 0.68 | 0 | 0.26 |
| HSL | 226.55º | 0.77% | 0.42% | - |
| HSV(B) | 226.55º | 0.87% | 0.74% | - |
| XYZ | 11.23 | 7.21 | 48.94 | - |
| YUV | 64.53 | 198.24 | 99.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 61 | 189 | 0.87 | 0.68 | 0 | 0.26 | 226.55 | 0.77 | 0.42 |
| Hex | 18 | 3D | BD | 57 | 44 | 0 | 1A | E3 | 4D | 2A |
| Octal | 30 | 75 | 275 | 127 | 104 | 0 | 32 | 343 | 115 | 52 |
| Binary | 11000 | 111101 | 10111101 | 1010111 | 1000100 | 0 | 11010 | 11100011 | 1001101 | 101010 |
Color Harmonies of #183DBD
Complementary color
Monochromatic Colors of #183DBD
Black with #183DBD
Text Example
Text Example
White with #183DBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #183DBD; }
p { color: rgb(24,61,189); }
H1.HeaderClassName
{
color: #183DBD;
}
.AnyTagClassName
{
color: #183DBD;
}
</style>
background-color css
<style>
a { background-color: #183DBD; }
a { background-color: rgb(24,61,189); }
div.DivClassName
{
background-color: #183DBD;
}
.BgClassName
{
background-color: #183DBD;
}
</style>
border-color css
<style>
span { border-color: #183DBD; }
span { border-color: rgb(24,61,189); }
td.TdClassName
{
border-color: #183DBD;
}
.TagClassName
{
border-color: #183DBD;
}
</style>