Shades of Persian Blue #183BB0
Tints of Persian Blue #183BB0
RGB
CMYK
RGB Variations
Color information
#183BB0 (or 0x183BB0) is known color: Persian Blue. HEX triplet: 18, 3B and B0. RGB value is (24,59,176). Sum of RGB (Red+Green+Blue) = 24+59+176=259 (34% of max value = 765). Red value is 24 (9.77% from 255 or 9.27% from 259); Green value is 59 (23.44% from 255 or 22.78% from 259); Blue value is 176 (69.14% from 255 or 67.95% from 259); Max value from RGB is 176 - color contains mainly: blue. Hex color #183BB0 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #183BB0 is #E7C44F. Grayscale: #3D3D3D. Windows color (decimal): -15189072 or 11549464. OLE color: 11549464.
HSL color Cylindrical-coordinate representation of color #183BB0: hue angle of 226.18º degrees, saturation: 0.76, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #183BB0 is Cyan = 0.86, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 24 | 59 | 176 | - |
| CMYK | 0.86 | 0.66 | 0 | 0.31 |
| HSL | 226.18º | 0.76% | 0.39% | - |
| HSV(B) | 226.18º | 0.86% | 0.69% | - |
| XYZ | 9.78 | 6.46 | 41.81 | - |
| YUV | 61.87 | 192.4 | 100.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 59 | 176 | 0.86 | 0.66 | 0 | 0.31 | 226.18 | 0.76 | 0.39 |
| Hex | 18 | 3B | B0 | 56 | 42 | 0 | 1F | E2 | 4C | 27 |
| Octal | 30 | 73 | 260 | 126 | 102 | 0 | 37 | 342 | 114 | 47 |
| Binary | 11000 | 111011 | 10110000 | 1010110 | 1000010 | 0 | 11111 | 11100010 | 1001100 | 100111 |
Color Harmonies of #183BB0
Complementary color
Monochromatic Colors of #183BB0
Black with #183BB0
Text Example
Text Example
White with #183BB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #183BB0; }
p { color: rgb(24,59,176); }
H1.HeaderClassName
{
color: #183BB0;
}
.AnyTagClassName
{
color: #183BB0;
}
</style>
background-color css
<style>
a { background-color: #183BB0; }
a { background-color: rgb(24,59,176); }
div.DivClassName
{
background-color: #183BB0;
}
.BgClassName
{
background-color: #183BB0;
}
</style>
border-color css
<style>
span { border-color: #183BB0; }
span { border-color: rgb(24,59,176); }
td.TdClassName
{
border-color: #183BB0;
}
.TagClassName
{
border-color: #183BB0;
}
</style>