Shades of Persian Blue #183DC7
Tints of Persian Blue #183DC7
RGB
CMYK
RGB Variations
Color information
#183DC7 (or 0x183DC7) is known color: Persian Blue. HEX triplet: 18, 3D and C7. RGB value is (24,61,199). Sum of RGB (Red+Green+Blue) = 24+61+199=284 (37% of max value = 765). Red value is 24 (9.77% from 255 or 8.45% from 284); Green value is 61 (24.22% from 255 or 21.48% from 284); Blue value is 199 (78.12% from 255 or 70.07% from 284); Max value from RGB is 199 - color contains mainly: blue. Hex color #183DC7 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #183DC7 is #E7C238. Grayscale: #414141. Windows color (decimal): -15188537 or 13057304. OLE color: 13057304.
HSL color Cylindrical-coordinate representation of color #183DC7: hue angle of 227.31º degrees, saturation: 0.78, 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 #183DC7 is Cyan = 0.88, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 24 | 61 | 199 | - |
| CMYK | 0.88 | 0.69 | 0 | 0.22 |
| HSL | 227.31º | 0.78% | 0.44% | - |
| HSV(B) | 227.31º | 0.88% | 0.78% | - |
| XYZ | 12.35 | 7.66 | 54.86 | - |
| YUV | 65.67 | 203.24 | 98.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 61 | 199 | 0.88 | 0.69 | 0 | 0.22 | 227.31 | 0.78 | 0.44 |
| Hex | 18 | 3D | C7 | 58 | 45 | 0 | 16 | E3 | 4E | 2C |
| Octal | 30 | 75 | 307 | 130 | 105 | 0 | 26 | 343 | 116 | 54 |
| Binary | 11000 | 111101 | 11000111 | 1011000 | 1000101 | 0 | 10110 | 11100011 | 1001110 | 101100 |
Color Harmonies of #183DC7
Complementary color
Monochromatic Colors of #183DC7
Black with #183DC7
Text Example
Text Example
White with #183DC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #183DC7; }
p { color: rgb(24,61,199); }
H1.HeaderClassName
{
color: #183DC7;
}
.AnyTagClassName
{
color: #183DC7;
}
</style>
background-color css
<style>
a { background-color: #183DC7; }
a { background-color: rgb(24,61,199); }
div.DivClassName
{
background-color: #183DC7;
}
.BgClassName
{
background-color: #183DC7;
}
</style>
border-color css
<style>
span { border-color: #183DC7; }
span { border-color: rgb(24,61,199); }
td.TdClassName
{
border-color: #183DC7;
}
.TagClassName
{
border-color: #183DC7;
}
</style>