Shades of Persian Blue #182DCB
Tints of Persian Blue #182DCB
RGB
CMYK
RGB Variations
Color information
#182DCB (or 0x182DCB) is known color: Persian Blue. HEX triplet: 18, 2D and CB. RGB value is (24,45,203). Sum of RGB (Red+Green+Blue) = 24+45+203=272 (36% of max value = 765). Red value is 24 (9.77% from 255 or 8.82% from 272); Green value is 45 (17.97% from 255 or 16.54% from 272); Blue value is 203 (79.69% from 255 or 74.63% from 272); Max value from RGB is 203 - color contains mainly: blue. Hex color #182DCB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #182DCB is #E7D234. Grayscale: #383838. Windows color (decimal): -15192629 or 13315352. OLE color: 13315352.
HSL color Cylindrical-coordinate representation of color #182DCB: hue angle of 232.96º 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 #182DCB is Cyan = 0.88, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 24 | 45 | 203 | - |
| CMYK | 0.88 | 0.78 | 0 | 0.20 |
| HSL | 232.96º | 0.79% | 0.45% | - |
| HSV(B) | 232.96º | 0.88% | 0.8% | - |
| XYZ | 12.09 | 6.38 | 57.09 | - |
| YUV | 56.73 | 210.54 | 104.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 45 | 203 | 0.88 | 0.78 | 0 | 0.20 | 232.96 | 0.79 | 0.45 |
| Hex | 18 | 2D | CB | 58 | 4E | 0 | 14 | E9 | 4F | 2D |
| Octal | 30 | 55 | 313 | 130 | 116 | 0 | 24 | 351 | 117 | 55 |
| Binary | 11000 | 101101 | 11001011 | 1011000 | 1001110 | 0 | 10100 | 11101001 | 1001111 | 101101 |
Color Harmonies of #182DCB
Complementary color
Monochromatic Colors of #182DCB
Black with #182DCB
Text Example
Text Example
White with #182DCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #182DCB; }
p { color: rgb(24,45,203); }
H1.HeaderClassName
{
color: #182DCB;
}
.AnyTagClassName
{
color: #182DCB;
}
</style>
background-color css
<style>
a { background-color: #182DCB; }
a { background-color: rgb(24,45,203); }
div.DivClassName
{
background-color: #182DCB;
}
.BgClassName
{
background-color: #182DCB;
}
</style>
border-color css
<style>
span { border-color: #182DCB; }
span { border-color: rgb(24,45,203); }
td.TdClassName
{
border-color: #182DCB;
}
.TagClassName
{
border-color: #182DCB;
}
</style>