Shades of Persian Blue #183DCE
Tints of Persian Blue #183DCE
RGB
CMYK
RGB Variations
Color information
#183DCE (or 0x183DCE) is known color: Persian Blue. HEX triplet: 18, 3D and CE. RGB value is (24,61,206). Sum of RGB (Red+Green+Blue) = 24+61+206=291 (38% of max value = 765). Red value is 24 (9.77% from 255 or 8.25% from 291); Green value is 61 (24.22% from 255 or 20.96% from 291); Blue value is 206 (80.86% from 255 or 70.79% from 291); Max value from RGB is 206 - color contains mainly: blue. Hex color #183DCE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #183DCE is #E7C231. Grayscale: #414141. Windows color (decimal): -15188530 or 13516056. OLE color: 13516056.
HSL color Cylindrical-coordinate representation of color #183DCE: hue angle of 227.8º degrees, saturation: 0.79, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #183DCE is Cyan = 0.88, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 24 | 61 | 206 | - |
| CMYK | 0.88 | 0.70 | 0 | 0.19 |
| HSL | 227.8º | 0.79% | 0.45% | - |
| HSV(B) | 227.8º | 0.88% | 0.81% | - |
| XYZ | 13.19 | 7.99 | 59.24 | - |
| YUV | 66.47 | 206.74 | 97.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 61 | 206 | 0.88 | 0.70 | 0 | 0.19 | 227.8 | 0.79 | 0.45 |
| Hex | 18 | 3D | CE | 58 | 46 | 0 | 13 | E4 | 4F | 2D |
| Octal | 30 | 75 | 316 | 130 | 106 | 0 | 23 | 344 | 117 | 55 |
| Binary | 11000 | 111101 | 11001110 | 1011000 | 1000110 | 0 | 10011 | 11100100 | 1001111 | 101101 |
Color Harmonies of #183DCE
Complementary color
Monochromatic Colors of #183DCE
Black with #183DCE
Text Example
Text Example
White with #183DCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #183DCE; }
p { color: rgb(24,61,206); }
H1.HeaderClassName
{
color: #183DCE;
}
.AnyTagClassName
{
color: #183DCE;
}
</style>
background-color css
<style>
a { background-color: #183DCE; }
a { background-color: rgb(24,61,206); }
div.DivClassName
{
background-color: #183DCE;
}
.BgClassName
{
background-color: #183DCE;
}
</style>
border-color css
<style>
span { border-color: #183DCE; }
span { border-color: rgb(24,61,206); }
td.TdClassName
{
border-color: #183DCE;
}
.TagClassName
{
border-color: #183DCE;
}
</style>