Shades of Persian Blue #183DBE
Tints of Persian Blue #183DBE
RGB
CMYK
RGB Variations
Color information
#183DBE (or 0x183DBE) is known color: Persian Blue. HEX triplet: 18, 3D and BE. RGB value is (24,61,190). Sum of RGB (Red+Green+Blue) = 24+61+190=275 (36% of max value = 765). Red value is 24 (9.77% from 255 or 8.73% from 275); Green value is 61 (24.22% from 255 or 22.18% from 275); Blue value is 190 (74.61% from 255 or 69.09% from 275); Max value from RGB is 190 - color contains mainly: blue. Hex color #183DBE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #183DBE is #E7C241. Grayscale: #404040. Windows color (decimal): -15188546 or 12467480. OLE color: 12467480.
HSL color Cylindrical-coordinate representation of color #183DBE: hue angle of 226.63º degrees, saturation: 0.78, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #183DBE is Cyan = 0.87, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 24 | 61 | 190 | - |
| CMYK | 0.87 | 0.68 | 0 | 0.25 |
| HSL | 226.63º | 0.78% | 0.42% | - |
| HSV(B) | 226.63º | 0.87% | 0.75% | - |
| XYZ | 11.34 | 7.25 | 49.52 | - |
| YUV | 64.64 | 198.74 | 99.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 61 | 190 | 0.87 | 0.68 | 0 | 0.25 | 226.63 | 0.78 | 0.42 |
| Hex | 18 | 3D | BE | 57 | 44 | 0 | 19 | E3 | 4E | 2A |
| Octal | 30 | 75 | 276 | 127 | 104 | 0 | 31 | 343 | 116 | 52 |
| Binary | 11000 | 111101 | 10111110 | 1010111 | 1000100 | 0 | 11001 | 11100011 | 1001110 | 101010 |
Color Harmonies of #183DBE
Complementary color
Monochromatic Colors of #183DBE
Black with #183DBE
Text Example
Text Example
White with #183DBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #183DBE; }
p { color: rgb(24,61,190); }
H1.HeaderClassName
{
color: #183DBE;
}
.AnyTagClassName
{
color: #183DBE;
}
</style>
background-color css
<style>
a { background-color: #183DBE; }
a { background-color: rgb(24,61,190); }
div.DivClassName
{
background-color: #183DBE;
}
.BgClassName
{
background-color: #183DBE;
}
</style>
border-color css
<style>
span { border-color: #183DBE; }
span { border-color: rgb(24,61,190); }
td.TdClassName
{
border-color: #183DBE;
}
.TagClassName
{
border-color: #183DBE;
}
</style>