Shades of Persian Blue #183CE7
Tints of Persian Blue #183CE7
RGB
CMYK
RGB Variations
Color information
#183CE7 (or 0x183CE7) is known color: Persian Blue. HEX triplet: 18, 3C and E7. RGB value is (24,60,231). Sum of RGB (Red+Green+Blue) = 24+60+231=315 (41% of max value = 765). Red value is 24 (9.77% from 255 or 7.62% from 315); Green value is 60 (23.83% from 255 or 19.05% from 315); Blue value is 231 (90.62% from 255 or 73.33% from 315); Max value from RGB is 231 - color contains mainly: blue. Hex color #183CE7 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #183CE7 is #E7C318. Grayscale: #444444. Windows color (decimal): -15188761 or 15154200. OLE color: 15154200.
HSL color Cylindrical-coordinate representation of color #183CE7: hue angle of 229.57º degrees, saturation: 0.81, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #183CE7 is Cyan = 0.90, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 24 | 60 | 231 | - |
| CMYK | 0.90 | 0.74 | 0 | 0.09 |
| HSL | 229.57º | 0.81% | 0.5% | - |
| HSV(B) | 229.57º | 0.9% | 0.91% | - |
| XYZ | 16.42 | 9.2 | 76.51 | - |
| YUV | 68.73 | 219.57 | 96.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 60 | 231 | 0.90 | 0.74 | 0 | 0.09 | 229.57 | 0.81 | 0.5 |
| Hex | 18 | 3C | E7 | 5A | 4A | 0 | 9 | E6 | 51 | 32 |
| Octal | 30 | 74 | 347 | 132 | 112 | 0 | 11 | 346 | 121 | 62 |
| Binary | 11000 | 111100 | 11100111 | 1011010 | 1001010 | 0 | 1001 | 11100110 | 1010001 | 110010 |
Color Harmonies of #183CE7
Complementary color
Monochromatic Colors of #183CE7
Black with #183CE7
Text Example
Text Example
White with #183CE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #183CE7; }
p { color: rgb(24,60,231); }
H1.HeaderClassName
{
color: #183CE7;
}
.AnyTagClassName
{
color: #183CE7;
}
</style>
background-color css
<style>
a { background-color: #183CE7; }
a { background-color: rgb(24,60,231); }
div.DivClassName
{
background-color: #183CE7;
}
.BgClassName
{
background-color: #183CE7;
}
</style>
border-color css
<style>
span { border-color: #183CE7; }
span { border-color: rgb(24,60,231); }
td.TdClassName
{
border-color: #183CE7;
}
.TagClassName
{
border-color: #183CE7;
}
</style>