Shades of Persian Blue #183DCC
Tints of Persian Blue #183DCC
RGB
CMYK
RGB Variations
Color information
#183DCC (or 0x183DCC) is known color: Persian Blue. HEX triplet: 18, 3D and CC. RGB value is (24,61,204). Sum of RGB (Red+Green+Blue) = 24+61+204=289 (38% of max value = 765). Red value is 24 (9.77% from 255 or 8.30% from 289); Green value is 61 (24.22% from 255 or 21.11% from 289); Blue value is 204 (80.08% from 255 or 70.59% from 289); Max value from RGB is 204 - color contains mainly: blue. Hex color #183DCC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #183DCC is #E7C233. Grayscale: #414141. Windows color (decimal): -15188532 or 13384984. OLE color: 13384984.
HSL color Cylindrical-coordinate representation of color #183DCC: hue angle of 227.67º degrees, saturation: 0.79, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #183DCC is Cyan = 0.88, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 24 | 61 | 204 | - |
| CMYK | 0.88 | 0.70 | 0 | 0.2 |
| HSL | 227.67º | 0.79% | 0.45% | - |
| HSV(B) | 227.67º | 0.88% | 0.8% | - |
| XYZ | 12.94 | 7.89 | 57.97 | - |
| YUV | 66.24 | 205.74 | 97.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 61 | 204 | 0.88 | 0.70 | 0 | 0.2 | 227.67 | 0.79 | 0.45 |
| Hex | 18 | 3D | CC | 58 | 46 | 0 | 14 | E4 | 4F | 2D |
| Octal | 30 | 75 | 314 | 130 | 106 | 0 | 24 | 344 | 117 | 55 |
| Binary | 11000 | 111101 | 11001100 | 1011000 | 1000110 | 0 | 10100 | 11100100 | 1001111 | 101101 |
Color Harmonies of #183DCC
Complementary color
Monochromatic Colors of #183DCC
Black with #183DCC
Text Example
Text Example
White with #183DCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #183DCC; }
p { color: rgb(24,61,204); }
H1.HeaderClassName
{
color: #183DCC;
}
.AnyTagClassName
{
color: #183DCC;
}
</style>
background-color css
<style>
a { background-color: #183DCC; }
a { background-color: rgb(24,61,204); }
div.DivClassName
{
background-color: #183DCC;
}
.BgClassName
{
background-color: #183DCC;
}
</style>
border-color css
<style>
span { border-color: #183DCC; }
span { border-color: rgb(24,61,204); }
td.TdClassName
{
border-color: #183DCC;
}
.TagClassName
{
border-color: #183DCC;
}
</style>