Shades of Persian Blue #183FC8
Tints of Persian Blue #183FC8
RGB
CMYK
RGB Variations
Color information
#183FC8 (or 0x183FC8) is known color: Persian Blue. HEX triplet: 18, 3F and C8. RGB value is (24,63,200). Sum of RGB (Red+Green+Blue) = 24+63+200=287 (38% of max value = 765). Red value is 24 (9.77% from 255 or 8.36% from 287); Green value is 63 (25% from 255 or 21.95% from 287); Blue value is 200 (78.52% from 255 or 69.69% from 287); Max value from RGB is 200 - color contains mainly: blue. Hex color #183FC8 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #183FC8 is #E7C037. Grayscale: #424242. Windows color (decimal): -15188024 or 13123352. OLE color: 13123352.
HSL color Cylindrical-coordinate representation of color #183FC8: hue angle of 226.7º degrees, saturation: 0.79, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #183FC8 is Cyan = 0.88, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 24 | 63 | 200 | - |
| CMYK | 0.88 | 0.68 | 0 | 0.22 |
| HSL | 226.7º | 0.79% | 0.44% | - |
| HSV(B) | 226.7º | 0.88% | 0.78% | - |
| XYZ | 12.58 | 7.92 | 55.51 | - |
| YUV | 66.96 | 203.08 | 97.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 63 | 200 | 0.88 | 0.68 | 0 | 0.22 | 226.7 | 0.79 | 0.44 |
| Hex | 18 | 3F | C8 | 58 | 44 | 0 | 16 | E3 | 4F | 2C |
| Octal | 30 | 77 | 310 | 130 | 104 | 0 | 26 | 343 | 117 | 54 |
| Binary | 11000 | 111111 | 11001000 | 1011000 | 1000100 | 0 | 10110 | 11100011 | 1001111 | 101100 |
Color Harmonies of #183FC8
Complementary color
Monochromatic Colors of #183FC8
Black with #183FC8
Text Example
Text Example
White with #183FC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #183FC8; }
p { color: rgb(24,63,200); }
H1.HeaderClassName
{
color: #183FC8;
}
.AnyTagClassName
{
color: #183FC8;
}
</style>
background-color css
<style>
a { background-color: #183FC8; }
a { background-color: rgb(24,63,200); }
div.DivClassName
{
background-color: #183FC8;
}
.BgClassName
{
background-color: #183FC8;
}
</style>
border-color css
<style>
span { border-color: #183FC8; }
span { border-color: rgb(24,63,200); }
td.TdClassName
{
border-color: #183FC8;
}
.TagClassName
{
border-color: #183FC8;
}
</style>