Shades of Regal Blue #183C61
Tints of Regal Blue #183C61
RGB
CMYK
RGB Variations
Color information
#183C61 (or 0x183C61) is known color: Regal Blue. HEX triplet: 18, 3C and 61. RGB value is (24,60,97). Sum of RGB (Red+Green+Blue) = 24+60+97=181 (23% of max value = 765). Red value is 24 (9.77% from 255 or 13.26% from 181); Green value is 60 (23.83% from 255 or 33.15% from 181); Blue value is 97 (38.28% from 255 or 53.59% from 181); Max value from RGB is 97 - color contains mainly: blue. Hex color #183C61 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #183C61 is #E7C39E. Grayscale: #353535. Windows color (decimal): -15188895 or 6372376. OLE color: 6372376.
HSL color Cylindrical-coordinate representation of color #183C61: hue angle of 210.41º 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 #183C61 is Cyan = 0.75, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 24 | 60 | 97 | - |
| CMYK | 0.75 | 0.38 | 0 | 0.62 |
| HSL | 210.41º | 0.6% | 0.24% | - |
| HSV(B) | 210.41º | 0.75% | 0.38% | - |
| XYZ | 4.15 | 4.29 | 11.92 | - |
| YUV | 53.45 | 152.57 | 106.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 60 | 97 | 0.75 | 0.38 | 0 | 0.62 | 210.41 | 0.6 | 0.24 |
| Hex | 18 | 3C | 61 | 4B | 26 | 0 | 3E | D2 | 3C | 18 |
| Octal | 30 | 74 | 141 | 113 | 46 | 0 | 76 | 322 | 74 | 30 |
| Binary | 11000 | 111100 | 1100001 | 1001011 | 100110 | 0 | 111110 | 11010010 | 111100 | 11000 |
Color Harmonies of #183C61
Complementary color
Monochromatic Colors of #183C61
Black with #183C61
Text Example
Text Example
White with #183C61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #183C61; }
p { color: rgb(24,60,97); }
H1.HeaderClassName
{
color: #183C61;
}
.AnyTagClassName
{
color: #183C61;
}
</style>
background-color css
<style>
a { background-color: #183C61; }
a { background-color: rgb(24,60,97); }
div.DivClassName
{
background-color: #183C61;
}
.BgClassName
{
background-color: #183C61;
}
</style>
border-color css
<style>
span { border-color: #183C61; }
span { border-color: rgb(24,60,97); }
td.TdClassName
{
border-color: #183C61;
}
.TagClassName
{
border-color: #183C61;
}
</style>