Shades of Persian Blue #183FB5
Tints of Persian Blue #183FB5
RGB
CMYK
RGB Variations
Color information
#183FB5 (or 0x183FB5) is known color: Persian Blue. HEX triplet: 18, 3F and B5. RGB value is (24,63,181). Sum of RGB (Red+Green+Blue) = 24+63+181=268 (35% of max value = 765). Red value is 24 (9.77% from 255 or 8.96% from 268); Green value is 63 (25% from 255 or 23.51% from 268); Blue value is 181 (71.09% from 255 or 67.54% from 268); Max value from RGB is 181 - color contains mainly: blue. Hex color #183FB5 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #183FB5 is #E7C04A. Grayscale: #404040. Windows color (decimal): -15188043 or 11878168. OLE color: 11878168.
HSL color Cylindrical-coordinate representation of color #183FB5: hue angle of 225.1º degrees, saturation: 0.77, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #183FB5 is Cyan = 0.87, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 24 | 63 | 181 | - |
| CMYK | 0.87 | 0.65 | 0 | 0.29 |
| HSL | 225.1º | 0.77% | 0.4% | - |
| HSV(B) | 225.1º | 0.87% | 0.71% | - |
| XYZ | 10.49 | 7.09 | 44.53 | - |
| YUV | 64.79 | 193.58 | 98.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 63 | 181 | 0.87 | 0.65 | 0 | 0.29 | 225.1 | 0.77 | 0.4 |
| Hex | 18 | 3F | B5 | 57 | 41 | 0 | 1D | E1 | 4D | 28 |
| Octal | 30 | 77 | 265 | 127 | 101 | 0 | 35 | 341 | 115 | 50 |
| Binary | 11000 | 111111 | 10110101 | 1010111 | 1000001 | 0 | 11101 | 11100001 | 1001101 | 101000 |
Color Harmonies of #183FB5
Complementary color
Monochromatic Colors of #183FB5
Black with #183FB5
Text Example
Text Example
White with #183FB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #183FB5; }
p { color: rgb(24,63,181); }
H1.HeaderClassName
{
color: #183FB5;
}
.AnyTagClassName
{
color: #183FB5;
}
</style>
background-color css
<style>
a { background-color: #183FB5; }
a { background-color: rgb(24,63,181); }
div.DivClassName
{
background-color: #183FB5;
}
.BgClassName
{
background-color: #183FB5;
}
</style>
border-color css
<style>
span { border-color: #183FB5; }
span { border-color: rgb(24,63,181); }
td.TdClassName
{
border-color: #183FB5;
}
.TagClassName
{
border-color: #183FB5;
}
</style>