Shades of Persian Blue #183ECB
Tints of Persian Blue #183ECB
RGB
CMYK
RGB Variations
Color information
#183ECB (or 0x183ECB) is known color: Persian Blue. HEX triplet: 18, 3E and CB. RGB value is (24,62,203). Sum of RGB (Red+Green+Blue) = 24+62+203=289 (38% of max value = 765). Red value is 24 (9.77% from 255 or 8.30% from 289); Green value is 62 (24.61% from 255 or 21.45% from 289); Blue value is 203 (79.69% from 255 or 70.24% from 289); Max value from RGB is 203 - color contains mainly: blue. Hex color #183ECB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #183ECB is #E7C134. Grayscale: #424242. Windows color (decimal): -15188277 or 13319704. OLE color: 13319704.
HSL color Cylindrical-coordinate representation of color #183ECB: hue angle of 227.26º 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 #183ECB is Cyan = 0.88, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 24 | 62 | 203 | - |
| CMYK | 0.88 | 0.69 | 0 | 0.20 |
| HSL | 227.26º | 0.79% | 0.45% | - |
| HSV(B) | 227.26º | 0.88% | 0.8% | - |
| XYZ | 12.88 | 7.95 | 57.36 | - |
| YUV | 66.71 | 204.91 | 97.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 62 | 203 | 0.88 | 0.69 | 0 | 0.20 | 227.26 | 0.79 | 0.45 |
| Hex | 18 | 3E | CB | 58 | 45 | 0 | 14 | E3 | 4F | 2D |
| Octal | 30 | 76 | 313 | 130 | 105 | 0 | 24 | 343 | 117 | 55 |
| Binary | 11000 | 111110 | 11001011 | 1011000 | 1000101 | 0 | 10100 | 11100011 | 1001111 | 101101 |
Color Harmonies of #183ECB
Complementary color
Monochromatic Colors of #183ECB
Black with #183ECB
Text Example
Text Example
White with #183ECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #183ECB; }
p { color: rgb(24,62,203); }
H1.HeaderClassName
{
color: #183ECB;
}
.AnyTagClassName
{
color: #183ECB;
}
</style>
background-color css
<style>
a { background-color: #183ECB; }
a { background-color: rgb(24,62,203); }
div.DivClassName
{
background-color: #183ECB;
}
.BgClassName
{
background-color: #183ECB;
}
</style>
border-color css
<style>
span { border-color: #183ECB; }
span { border-color: rgb(24,62,203); }
td.TdClassName
{
border-color: #183ECB;
}
.TagClassName
{
border-color: #183ECB;
}
</style>