Shades of Persian Blue #182FCC
Tints of Persian Blue #182FCC
RGB
CMYK
RGB Variations
Color information
#182FCC (or 0x182FCC) is known color: Persian Blue. HEX triplet: 18, 2F and CC. RGB value is (24,47,204). Sum of RGB (Red+Green+Blue) = 24+47+204=275 (36% of max value = 765). Red value is 24 (9.77% from 255 or 8.73% from 275); Green value is 47 (18.75% from 255 or 17.09% from 275); Blue value is 204 (80.08% from 255 or 74.18% from 275); Max value from RGB is 204 - color contains mainly: blue. Hex color #182FCC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #182FCC is #E7D033. Grayscale: #393939. Windows color (decimal): -15192116 or 13381400. OLE color: 13381400.
HSL color Cylindrical-coordinate representation of color #182FCC: hue angle of 232.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 #182FCC is Cyan = 0.88, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 24 | 47 | 204 | - |
| CMYK | 0.88 | 0.77 | 0 | 0.2 |
| HSL | 232.33º | 0.79% | 0.45% | - |
| HSV(B) | 232.33º | 0.88% | 0.8% | - |
| XYZ | 12.29 | 6.59 | 57.75 | - |
| YUV | 58.02 | 210.38 | 103.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 47 | 204 | 0.88 | 0.77 | 0 | 0.2 | 232.33 | 0.79 | 0.45 |
| Hex | 18 | 2F | CC | 58 | 4D | 0 | 14 | E8 | 4F | 2D |
| Octal | 30 | 57 | 314 | 130 | 115 | 0 | 24 | 350 | 117 | 55 |
| Binary | 11000 | 101111 | 11001100 | 1011000 | 1001101 | 0 | 10100 | 11101000 | 1001111 | 101101 |
Color Harmonies of #182FCC
Complementary color
Monochromatic Colors of #182FCC
Black with #182FCC
Text Example
Text Example
White with #182FCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #182FCC; }
p { color: rgb(24,47,204); }
H1.HeaderClassName
{
color: #182FCC;
}
.AnyTagClassName
{
color: #182FCC;
}
</style>
background-color css
<style>
a { background-color: #182FCC; }
a { background-color: rgb(24,47,204); }
div.DivClassName
{
background-color: #182FCC;
}
.BgClassName
{
background-color: #182FCC;
}
</style>
border-color css
<style>
span { border-color: #182FCC; }
span { border-color: rgb(24,47,204); }
td.TdClassName
{
border-color: #182FCC;
}
.TagClassName
{
border-color: #182FCC;
}
</style>