Shades of Persian Blue #183ACC
Tints of Persian Blue #183ACC
RGB
CMYK
RGB Variations
Color information
#183ACC (or 0x183ACC) is known color: Persian Blue. HEX triplet: 18, 3A and CC. RGB value is (24,58,204). Sum of RGB (Red+Green+Blue) = 24+58+204=286 (37% of max value = 765). Red value is 24 (9.77% from 255 or 8.39% from 286); Green value is 58 (23.05% from 255 or 20.28% from 286); Blue value is 204 (80.08% from 255 or 71.33% from 286); Max value from RGB is 204 - color contains mainly: blue. Hex color #183ACC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #183ACC is #E7C533. Grayscale: #3F3F3F. Windows color (decimal): -15189300 or 13384216. OLE color: 13384216.
HSL color Cylindrical-coordinate representation of color #183ACC: hue angle of 228.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 #183ACC is Cyan = 0.88, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 24 | 58 | 204 | - |
| CMYK | 0.88 | 0.72 | 0 | 0.2 |
| HSL | 228.67º | 0.79% | 0.45% | - |
| HSV(B) | 228.67º | 0.88% | 0.8% | - |
| XYZ | 12.79 | 7.58 | 57.92 | - |
| YUV | 64.48 | 206.74 | 99.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 58 | 204 | 0.88 | 0.72 | 0 | 0.2 | 228.67 | 0.79 | 0.45 |
| Hex | 18 | 3A | CC | 58 | 48 | 0 | 14 | E5 | 4F | 2D |
| Octal | 30 | 72 | 314 | 130 | 110 | 0 | 24 | 345 | 117 | 55 |
| Binary | 11000 | 111010 | 11001100 | 1011000 | 1001000 | 0 | 10100 | 11100101 | 1001111 | 101101 |
Color Harmonies of #183ACC
Complementary color
Monochromatic Colors of #183ACC
Black with #183ACC
Text Example
Text Example
White with #183ACC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #183ACC; }
p { color: rgb(24,58,204); }
H1.HeaderClassName
{
color: #183ACC;
}
.AnyTagClassName
{
color: #183ACC;
}
</style>
background-color css
<style>
a { background-color: #183ACC; }
a { background-color: rgb(24,58,204); }
div.DivClassName
{
background-color: #183ACC;
}
.BgClassName
{
background-color: #183ACC;
}
</style>
border-color css
<style>
span { border-color: #183ACC; }
span { border-color: rgb(24,58,204); }
td.TdClassName
{
border-color: #183ACC;
}
.TagClassName
{
border-color: #183ACC;
}
</style>