Shades of Persian Blue #183CEA
Tints of Persian Blue #183CEA
RGB
CMYK
RGB Variations
Color information
#183CEA (or 0x183CEA) is known color: Persian Blue. HEX triplet: 18, 3C and EA. RGB value is (24,60,234). Sum of RGB (Red+Green+Blue) = 24+60+234=318 (42% of max value = 765). Red value is 24 (9.77% from 255 or 7.55% from 318); Green value is 60 (23.83% from 255 or 18.87% from 318); Blue value is 234 (91.80% from 255 or 73.58% from 318); Max value from RGB is 234 - color contains mainly: blue. Hex color #183CEA is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #183CEA is #E7C315. Grayscale: #444444. Windows color (decimal): -15188758 or 15350808. OLE color: 15350808.
HSL color Cylindrical-coordinate representation of color #183CEA: hue angle of 229.71º degrees, saturation: 0.83, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #183CEA is Cyan = 0.90, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 24 | 60 | 234 | - |
| CMYK | 0.90 | 0.74 | 0 | 0.08 |
| HSL | 229.71º | 0.83% | 0.51% | - |
| HSV(B) | 229.71º | 0.9% | 0.92% | - |
| XYZ | 16.84 | 9.37 | 78.76 | - |
| YUV | 69.07 | 221.07 | 95.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 60 | 234 | 0.90 | 0.74 | 0 | 0.08 | 229.71 | 0.83 | 0.51 |
| Hex | 18 | 3C | EA | 5A | 4A | 0 | 8 | E6 | 53 | 33 |
| Octal | 30 | 74 | 352 | 132 | 112 | 0 | 10 | 346 | 123 | 63 |
| Binary | 11000 | 111100 | 11101010 | 1011010 | 1001010 | 0 | 1000 | 11100110 | 1010011 | 110011 |
Color Harmonies of #183CEA
Complementary color
Monochromatic Colors of #183CEA
Black with #183CEA
Text Example
Text Example
White with #183CEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #183CEA; }
p { color: rgb(24,60,234); }
H1.HeaderClassName
{
color: #183CEA;
}
.AnyTagClassName
{
color: #183CEA;
}
</style>
background-color css
<style>
a { background-color: #183CEA; }
a { background-color: rgb(24,60,234); }
div.DivClassName
{
background-color: #183CEA;
}
.BgClassName
{
background-color: #183CEA;
}
</style>
border-color css
<style>
span { border-color: #183CEA; }
span { border-color: rgb(24,60,234); }
td.TdClassName
{
border-color: #183CEA;
}
.TagClassName
{
border-color: #183CEA;
}
</style>