Shades of Persian Blue #183BCB
Tints of Persian Blue #183BCB
RGB
CMYK
RGB Variations
Color information
#183BCB (or 0x183BCB) is known color: Persian Blue. HEX triplet: 18, 3B and CB. RGB value is (24,59,203). Sum of RGB (Red+Green+Blue) = 24+59+203=286 (37% of max value = 765). Red value is 24 (9.77% from 255 or 8.39% from 286); Green value is 59 (23.44% from 255 or 20.63% from 286); Blue value is 203 (79.69% from 255 or 70.98% from 286); Max value from RGB is 203 - color contains mainly: blue. Hex color #183BCB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #183BCB is #E7C434. Grayscale: #404040. Windows color (decimal): -15189045 or 13318936. OLE color: 13318936.
HSL color Cylindrical-coordinate representation of color #183BCB: hue angle of 228.27º degrees, saturation: 0.79, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #183BCB is Cyan = 0.88, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 24 | 59 | 203 | - |
| CMYK | 0.88 | 0.71 | 0 | 0.20 |
| HSL | 228.27º | 0.79% | 0.45% | - |
| HSV(B) | 228.27º | 0.88% | 0.8% | - |
| XYZ | 12.72 | 7.63 | 57.3 | - |
| YUV | 64.95 | 205.9 | 98.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 59 | 203 | 0.88 | 0.71 | 0 | 0.20 | 228.27 | 0.79 | 0.45 |
| Hex | 18 | 3B | CB | 58 | 47 | 0 | 14 | E4 | 4F | 2D |
| Octal | 30 | 73 | 313 | 130 | 107 | 0 | 24 | 344 | 117 | 55 |
| Binary | 11000 | 111011 | 11001011 | 1011000 | 1000111 | 0 | 10100 | 11100100 | 1001111 | 101101 |
Color Harmonies of #183BCB
Complementary color
Monochromatic Colors of #183BCB
Black with #183BCB
Text Example
Text Example
White with #183BCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #183BCB; }
p { color: rgb(24,59,203); }
H1.HeaderClassName
{
color: #183BCB;
}
.AnyTagClassName
{
color: #183BCB;
}
</style>
background-color css
<style>
a { background-color: #183BCB; }
a { background-color: rgb(24,59,203); }
div.DivClassName
{
background-color: #183BCB;
}
.BgClassName
{
background-color: #183BCB;
}
</style>
border-color css
<style>
span { border-color: #183BCB; }
span { border-color: rgb(24,59,203); }
td.TdClassName
{
border-color: #183BCB;
}
.TagClassName
{
border-color: #183BCB;
}
</style>