Shades of Persian Blue #182CCC
Tints of Persian Blue #182CCC
RGB
CMYK
RGB Variations
Color information
#182CCC (or 0x182CCC) is known color: Persian Blue. HEX triplet: 18, 2C and CC. RGB value is (24,44,204). Sum of RGB (Red+Green+Blue) = 24+44+204=272 (36% of max value = 765). Red value is 24 (9.77% from 255 or 8.82% from 272); Green value is 44 (17.58% from 255 or 16.18% from 272); Blue value is 204 (80.08% from 255 or 75% from 272); Max value from RGB is 204 - color contains mainly: blue. Hex color #182CCC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #182CCC is #E7D333. Grayscale: #373737. Windows color (decimal): -15192884 or 13380632. OLE color: 13380632.
HSL color Cylindrical-coordinate representation of color #182CCC: hue angle of 233.33º 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 #182CCC is Cyan = 0.88, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 24 | 44 | 204 | - |
| CMYK | 0.88 | 0.78 | 0 | 0.2 |
| HSL | 233.33º | 0.79% | 0.45% | - |
| HSV(B) | 233.33º | 0.88% | 0.8% | - |
| XYZ | 12.18 | 6.36 | 57.71 | - |
| YUV | 56.26 | 211.37 | 104.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 44 | 204 | 0.88 | 0.78 | 0 | 0.2 | 233.33 | 0.79 | 0.45 |
| Hex | 18 | 2C | CC | 58 | 4E | 0 | 14 | E9 | 4F | 2D |
| Octal | 30 | 54 | 314 | 130 | 116 | 0 | 24 | 351 | 117 | 55 |
| Binary | 11000 | 101100 | 11001100 | 1011000 | 1001110 | 0 | 10100 | 11101001 | 1001111 | 101101 |
Color Harmonies of #182CCC
Complementary color
Monochromatic Colors of #182CCC
Black with #182CCC
Text Example
Text Example
White with #182CCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #182CCC; }
p { color: rgb(24,44,204); }
H1.HeaderClassName
{
color: #182CCC;
}
.AnyTagClassName
{
color: #182CCC;
}
</style>
background-color css
<style>
a { background-color: #182CCC; }
a { background-color: rgb(24,44,204); }
div.DivClassName
{
background-color: #182CCC;
}
.BgClassName
{
background-color: #182CCC;
}
</style>
border-color css
<style>
span { border-color: #182CCC; }
span { border-color: rgb(24,44,204); }
td.TdClassName
{
border-color: #182CCC;
}
.TagClassName
{
border-color: #182CCC;
}
</style>