Shades of Persian Blue #182BB1
Tints of Persian Blue #182BB1
RGB
CMYK
RGB Variations
Color information
#182BB1 (or 0x182BB1) is known color: Persian Blue. HEX triplet: 18, 2B and B1. RGB value is (24,43,177). Sum of RGB (Red+Green+Blue) = 24+43+177=244 (32% of max value = 765). Red value is 24 (9.77% from 255 or 9.84% from 244); Green value is 43 (17.19% from 255 or 17.62% from 244); Blue value is 177 (69.53% from 255 or 72.54% from 244); Max value from RGB is 177 - color contains mainly: blue. Hex color #182BB1 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #182BB1 is #E7D44E. Grayscale: #343434. Windows color (decimal): -15193167 or 11610904. OLE color: 11610904.
HSL color Cylindrical-coordinate representation of color #182BB1: hue angle of 232.55º 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 #182BB1 is Cyan = 0.86, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 24 | 43 | 177 | - |
| CMYK | 0.86 | 0.76 | 0 | 0.31 |
| HSL | 232.55º | 0.76% | 0.39% | - |
| HSV(B) | 232.55º | 0.86% | 0.69% | - |
| XYZ | 9.18 | 5.1 | 42.1 | - |
| YUV | 52.6 | 198.21 | 107.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 43 | 177 | 0.86 | 0.76 | 0 | 0.31 | 232.55 | 0.76 | 0.39 |
| Hex | 18 | 2B | B1 | 56 | 4C | 0 | 1F | E9 | 4C | 27 |
| Octal | 30 | 53 | 261 | 126 | 114 | 0 | 37 | 351 | 114 | 47 |
| Binary | 11000 | 101011 | 10110001 | 1010110 | 1001100 | 0 | 11111 | 11101001 | 1001100 | 100111 |
Color Harmonies of #182BB1
Complementary color
Monochromatic Colors of #182BB1
Black with #182BB1
Text Example
Text Example
White with #182BB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #182BB1; }
p { color: rgb(24,43,177); }
H1.HeaderClassName
{
color: #182BB1;
}
.AnyTagClassName
{
color: #182BB1;
}
</style>
background-color css
<style>
a { background-color: #182BB1; }
a { background-color: rgb(24,43,177); }
div.DivClassName
{
background-color: #182BB1;
}
.BgClassName
{
background-color: #182BB1;
}
</style>
border-color css
<style>
span { border-color: #182BB1; }
span { border-color: rgb(24,43,177); }
td.TdClassName
{
border-color: #182BB1;
}
.TagClassName
{
border-color: #182BB1;
}
</style>