Shades of Persian Blue #181DBF
Tints of Persian Blue #181DBF
RGB
CMYK
RGB Variations
Color information
#181DBF (or 0x181DBF) is known color: Persian Blue. HEX triplet: 18, 1D and BF. RGB value is (24,29,191). Sum of RGB (Red+Green+Blue) = 24+29+191=244 (32% of max value = 765). Red value is 24 (9.77% from 255 or 9.84% from 244); Green value is 29 (11.72% from 255 or 11.89% from 244); Blue value is 191 (75% from 255 or 78.28% from 244); Max value from RGB is 191 - color contains mainly: blue. Hex color #181DBF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #181DBF is #E7E240. Grayscale: #2D2D2D. Windows color (decimal): -15196737 or 12524824. OLE color: 12524824.
HSL color Cylindrical-coordinate representation of color #181DBF: hue angle of 238.2º degrees, saturation: 0.78, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #181DBF is Cyan = 0.87, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 24 | 29 | 191 | - |
| CMYK | 0.87 | 0.85 | 0 | 0.25 |
| HSL | 238.2º | 0.78% | 0.42% | - |
| HSV(B) | 238.2º | 0.87% | 0.75% | - |
| XYZ | 10.22 | 4.83 | 49.68 | - |
| YUV | 45.97 | 209.84 | 112.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 29 | 191 | 0.87 | 0.85 | 0 | 0.25 | 238.2 | 0.78 | 0.42 |
| Hex | 18 | 1D | BF | 57 | 55 | 0 | 19 | EE | 4E | 2A |
| Octal | 30 | 35 | 277 | 127 | 125 | 0 | 31 | 356 | 116 | 52 |
| Binary | 11000 | 11101 | 10111111 | 1010111 | 1010101 | 0 | 11001 | 11101110 | 1001110 | 101010 |
Color Harmonies of #181DBF
Complementary color
Monochromatic Colors of #181DBF
Black with #181DBF
Text Example
Text Example
White with #181DBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #181DBF; }
p { color: rgb(24,29,191); }
H1.HeaderClassName
{
color: #181DBF;
}
.AnyTagClassName
{
color: #181DBF;
}
</style>
background-color css
<style>
a { background-color: #181DBF; }
a { background-color: rgb(24,29,191); }
div.DivClassName
{
background-color: #181DBF;
}
.BgClassName
{
background-color: #181DBF;
}
</style>
border-color css
<style>
span { border-color: #181DBF; }
span { border-color: rgb(24,29,191); }
td.TdClassName
{
border-color: #181DBF;
}
.TagClassName
{
border-color: #181DBF;
}
</style>