Shades of Persian Blue #183DBB
Tints of Persian Blue #183DBB
RGB
CMYK
RGB Variations
Color information
#183DBB (or 0x183DBB) is known color: Persian Blue. HEX triplet: 18, 3D and BB. RGB value is (24,61,187). Sum of RGB (Red+Green+Blue) = 24+61+187=272 (36% of max value = 765). Red value is 24 (9.77% from 255 or 8.82% from 272); Green value is 61 (24.22% from 255 or 22.43% from 272); Blue value is 187 (73.44% from 255 or 68.75% from 272); Max value from RGB is 187 - color contains mainly: blue. Hex color #183DBB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #183DBB is #E7C244. Grayscale: #3F3F3F. Windows color (decimal): -15188549 or 12270872. OLE color: 12270872.
HSL color Cylindrical-coordinate representation of color #183DBB: hue angle of 226.38º degrees, saturation: 0.77, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #183DBB is Cyan = 0.87, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 24 | 61 | 187 | - |
| CMYK | 0.87 | 0.67 | 0 | 0.27 |
| HSL | 226.38º | 0.77% | 0.41% | - |
| HSV(B) | 226.38º | 0.87% | 0.73% | - |
| XYZ | 11.02 | 7.12 | 47.81 | - |
| YUV | 64.3 | 197.24 | 99.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 61 | 187 | 0.87 | 0.67 | 0 | 0.27 | 226.38 | 0.77 | 0.41 |
| Hex | 18 | 3D | BB | 57 | 43 | 0 | 1B | E2 | 4D | 29 |
| Octal | 30 | 75 | 273 | 127 | 103 | 0 | 33 | 342 | 115 | 51 |
| Binary | 11000 | 111101 | 10111011 | 1010111 | 1000011 | 0 | 11011 | 11100010 | 1001101 | 101001 |
Color Harmonies of #183DBB
Complementary color
Monochromatic Colors of #183DBB
Black with #183DBB
Text Example
Text Example
White with #183DBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #183DBB; }
p { color: rgb(24,61,187); }
H1.HeaderClassName
{
color: #183DBB;
}
.AnyTagClassName
{
color: #183DBB;
}
</style>
background-color css
<style>
a { background-color: #183DBB; }
a { background-color: rgb(24,61,187); }
div.DivClassName
{
background-color: #183DBB;
}
.BgClassName
{
background-color: #183DBB;
}
</style>
border-color css
<style>
span { border-color: #183DBB; }
span { border-color: rgb(24,61,187); }
td.TdClassName
{
border-color: #183DBB;
}
.TagClassName
{
border-color: #183DBB;
}
</style>