Shades of Persian Blue #181CBF
Tints of Persian Blue #181CBF
RGB
CMYK
RGB Variations
Color information
#181CBF (or 0x181CBF) is known color: Persian Blue. HEX triplet: 18, 1C and BF. RGB value is (24,28,191). Sum of RGB (Red+Green+Blue) = 24+28+191=243 (32% of max value = 765). Red value is 24 (9.77% from 255 or 9.88% from 243); Green value is 28 (11.33% from 255 or 11.52% from 243); Blue value is 191 (75% from 255 or 78.60% from 243); Max value from RGB is 191 - color contains mainly: blue. Hex color #181CBF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #181CBF is #E7E340. Grayscale: #2C2C2C. Windows color (decimal): -15196993 or 12524568. OLE color: 12524568.
HSL color Cylindrical-coordinate representation of color #181CBF: hue angle of 238.56º 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 #181CBF is Cyan = 0.87, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 24 | 28 | 191 | - |
| CMYK | 0.87 | 0.85 | 0 | 0.25 |
| HSL | 238.56º | 0.78% | 0.42% | - |
| HSV(B) | 238.56º | 0.87% | 0.75% | - |
| XYZ | 10.2 | 4.79 | 49.68 | - |
| YUV | 45.39 | 210.17 | 112.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 28 | 191 | 0.87 | 0.85 | 0 | 0.25 | 238.56 | 0.78 | 0.42 |
| Hex | 18 | 1C | BF | 57 | 55 | 0 | 19 | EF | 4E | 2A |
| Octal | 30 | 34 | 277 | 127 | 125 | 0 | 31 | 357 | 116 | 52 |
| Binary | 11000 | 11100 | 10111111 | 1010111 | 1010101 | 0 | 11001 | 11101111 | 1001110 | 101010 |
Color Harmonies of #181CBF
Complementary color
Monochromatic Colors of #181CBF
Black with #181CBF
Text Example
Text Example
White with #181CBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #181CBF; }
p { color: rgb(24,28,191); }
H1.HeaderClassName
{
color: #181CBF;
}
.AnyTagClassName
{
color: #181CBF;
}
</style>
background-color css
<style>
a { background-color: #181CBF; }
a { background-color: rgb(24,28,191); }
div.DivClassName
{
background-color: #181CBF;
}
.BgClassName
{
background-color: #181CBF;
}
</style>
border-color css
<style>
span { border-color: #181CBF; }
span { border-color: rgb(24,28,191); }
td.TdClassName
{
border-color: #181CBF;
}
.TagClassName
{
border-color: #181CBF;
}
</style>