Shades of Regal Blue #183D60
Tints of Regal Blue #183D60
RGB
CMYK
RGB Variations
Color information
#183D60 (or 0x183D60) is known color: Regal Blue. HEX triplet: 18, 3D and 60. RGB value is (24,61,96). Sum of RGB (Red+Green+Blue) = 24+61+96=181 (23% of max value = 765). Red value is 24 (9.77% from 255 or 13.26% from 181); Green value is 61 (24.22% from 255 or 33.70% from 181); Blue value is 96 (37.89% from 255 or 53.04% from 181); Max value from RGB is 96 - color contains mainly: blue. Hex color #183D60 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #183D60 is #E7C29F. Grayscale: #353535. Windows color (decimal): -15188640 or 6307096. OLE color: 6307096.
HSL color Cylindrical-coordinate representation of color #183D60: hue angle of 209.17º degrees, saturation: 0.6, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #183D60 is Cyan = 0.75, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 24 | 61 | 96 | - |
| CMYK | 0.75 | 0.36 | 0 | 0.62 |
| HSL | 209.17º | 0.6% | 0.24% | - |
| HSV(B) | 209.17º | 0.75% | 0.38% | - |
| XYZ | 4.16 | 4.38 | 11.69 | - |
| YUV | 53.93 | 151.74 | 106.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 61 | 96 | 0.75 | 0.36 | 0 | 0.62 | 209.17 | 0.6 | 0.24 |
| Hex | 18 | 3D | 60 | 4B | 24 | 0 | 3E | D1 | 3C | 18 |
| Octal | 30 | 75 | 140 | 113 | 44 | 0 | 76 | 321 | 74 | 30 |
| Binary | 11000 | 111101 | 1100000 | 1001011 | 100100 | 0 | 111110 | 11010001 | 111100 | 11000 |
Color Harmonies of #183D60
Complementary color
Monochromatic Colors of #183D60
Black with #183D60
Text Example
Text Example
White with #183D60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #183D60; }
p { color: rgb(24,61,96); }
H1.HeaderClassName
{
color: #183D60;
}
.AnyTagClassName
{
color: #183D60;
}
</style>
background-color css
<style>
a { background-color: #183D60; }
a { background-color: rgb(24,61,96); }
div.DivClassName
{
background-color: #183D60;
}
.BgClassName
{
background-color: #183D60;
}
</style>
border-color css
<style>
span { border-color: #183D60; }
span { border-color: rgb(24,61,96); }
td.TdClassName
{
border-color: #183D60;
}
.TagClassName
{
border-color: #183D60;
}
</style>