Shades of Persian Blue #183FBF
Tints of Persian Blue #183FBF
RGB
CMYK
RGB Variations
Color information
#183FBF (or 0x183FBF) is known color: Persian Blue. HEX triplet: 18, 3F and BF. RGB value is (24,63,191). Sum of RGB (Red+Green+Blue) = 24+63+191=278 (36% of max value = 765). Red value is 24 (9.77% from 255 or 8.63% from 278); Green value is 63 (25% from 255 or 22.66% from 278); Blue value is 191 (75% from 255 or 68.71% from 278); Max value from RGB is 191 - color contains mainly: blue. Hex color #183FBF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #183FBF is #E7C040. Grayscale: #414141. Windows color (decimal): -15188033 or 12533528. OLE color: 12533528.
HSL color Cylindrical-coordinate representation of color #183FBF: hue angle of 225.99º 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 #183FBF is Cyan = 0.87, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 24 | 63 | 191 | - |
| CMYK | 0.87 | 0.67 | 0 | 0.25 |
| HSL | 225.99º | 0.78% | 0.42% | - |
| HSV(B) | 225.99º | 0.87% | 0.75% | - |
| XYZ | 11.56 | 7.51 | 50.13 | - |
| YUV | 65.93 | 198.58 | 98.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 63 | 191 | 0.87 | 0.67 | 0 | 0.25 | 225.99 | 0.78 | 0.42 |
| Hex | 18 | 3F | BF | 57 | 43 | 0 | 19 | E2 | 4E | 2A |
| Octal | 30 | 77 | 277 | 127 | 103 | 0 | 31 | 342 | 116 | 52 |
| Binary | 11000 | 111111 | 10111111 | 1010111 | 1000011 | 0 | 11001 | 11100010 | 1001110 | 101010 |
Color Harmonies of #183FBF
Complementary color
Monochromatic Colors of #183FBF
Black with #183FBF
Text Example
Text Example
White with #183FBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #183FBF; }
p { color: rgb(24,63,191); }
H1.HeaderClassName
{
color: #183FBF;
}
.AnyTagClassName
{
color: #183FBF;
}
</style>
background-color css
<style>
a { background-color: #183FBF; }
a { background-color: rgb(24,63,191); }
div.DivClassName
{
background-color: #183FBF;
}
.BgClassName
{
background-color: #183FBF;
}
</style>
border-color css
<style>
span { border-color: #183FBF; }
span { border-color: rgb(24,63,191); }
td.TdClassName
{
border-color: #183FBF;
}
.TagClassName
{
border-color: #183FBF;
}
</style>