Shades of Persian Blue #183FB2
Tints of Persian Blue #183FB2
RGB
CMYK
RGB Variations
Color information
#183FB2 (or 0x183FB2) is known color: Persian Blue. HEX triplet: 18, 3F and B2. RGB value is (24,63,178). Sum of RGB (Red+Green+Blue) = 24+63+178=265 (35% of max value = 765). Red value is 24 (9.77% from 255 or 9.06% from 265); Green value is 63 (25% from 255 or 23.77% from 265); Blue value is 178 (69.92% from 255 or 67.17% from 265); Max value from RGB is 178 - color contains mainly: blue. Hex color #183FB2 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #183FB2 is #E7C04D. Grayscale: #3F3F3F. Windows color (decimal): -15188046 or 11681560. OLE color: 11681560.
HSL color Cylindrical-coordinate representation of color #183FB2: hue angle of 224.81º degrees, saturation: 0.76, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #183FB2 is Cyan = 0.87, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 24 | 63 | 178 | - |
| CMYK | 0.87 | 0.65 | 0 | 0.30 |
| HSL | 224.81º | 0.76% | 0.4% | - |
| HSV(B) | 224.81º | 0.87% | 0.7% | - |
| XYZ | 10.19 | 6.96 | 42.93 | - |
| YUV | 64.45 | 192.08 | 99.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 63 | 178 | 0.87 | 0.65 | 0 | 0.30 | 224.81 | 0.76 | 0.4 |
| Hex | 18 | 3F | B2 | 57 | 41 | 0 | 1E | E1 | 4C | 28 |
| Octal | 30 | 77 | 262 | 127 | 101 | 0 | 36 | 341 | 114 | 50 |
| Binary | 11000 | 111111 | 10110010 | 1010111 | 1000001 | 0 | 11110 | 11100001 | 1001100 | 101000 |
Color Harmonies of #183FB2
Complementary color
Monochromatic Colors of #183FB2
Black with #183FB2
Text Example
Text Example
White with #183FB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #183FB2; }
p { color: rgb(24,63,178); }
H1.HeaderClassName
{
color: #183FB2;
}
.AnyTagClassName
{
color: #183FB2;
}
</style>
background-color css
<style>
a { background-color: #183FB2; }
a { background-color: rgb(24,63,178); }
div.DivClassName
{
background-color: #183FB2;
}
.BgClassName
{
background-color: #183FB2;
}
</style>
border-color css
<style>
span { border-color: #183FB2; }
span { border-color: rgb(24,63,178); }
td.TdClassName
{
border-color: #183FB2;
}
.TagClassName
{
border-color: #183FB2;
}
</style>