Shades of Regal Blue #183C60
Tints of Regal Blue #183C60
RGB
CMYK
RGB Variations
Color information
#183C60 (or 0x183C60) is known color: Regal Blue. HEX triplet: 18, 3C and 60. RGB value is (24,60,96). Sum of RGB (Red+Green+Blue) = 24+60+96=180 (23% of max value = 765). Red value is 24 (9.77% from 255 or 13.33% from 180); Green value is 60 (23.83% from 255 or 33.33% from 180); Blue value is 96 (37.89% from 255 or 53.33% from 180); Max value from RGB is 96 - color contains mainly: blue. Hex color #183C60 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #183C60 is #E7C39F. Grayscale: #353535. Windows color (decimal): -15188896 or 6306840. OLE color: 6306840.
HSL color Cylindrical-coordinate representation of color #183C60: hue angle of 210º 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 #183C60 is Cyan = 0.75, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 24 | 60 | 96 | - |
| CMYK | 0.75 | 0.38 | 0 | 0.62 |
| HSL | 210º | 0.6% | 0.24% | - |
| HSV(B) | 210º | 0.75% | 0.38% | - |
| XYZ | 4.1 | 4.27 | 11.67 | - |
| YUV | 53.34 | 152.07 | 107.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 60 | 96 | 0.75 | 0.38 | 0 | 0.62 | 210 | 0.6 | 0.24 |
| Hex | 18 | 3C | 60 | 4B | 26 | 0 | 3E | D2 | 3C | 18 |
| Octal | 30 | 74 | 140 | 113 | 46 | 0 | 76 | 322 | 74 | 30 |
| Binary | 11000 | 111100 | 1100000 | 1001011 | 100110 | 0 | 111110 | 11010010 | 111100 | 11000 |
Color Harmonies of #183C60
Complementary color
Monochromatic Colors of #183C60
Black with #183C60
Text Example
Text Example
White with #183C60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #183C60; }
p { color: rgb(24,60,96); }
H1.HeaderClassName
{
color: #183C60;
}
.AnyTagClassName
{
color: #183C60;
}
</style>
background-color css
<style>
a { background-color: #183C60; }
a { background-color: rgb(24,60,96); }
div.DivClassName
{
background-color: #183C60;
}
.BgClassName
{
background-color: #183C60;
}
</style>
border-color css
<style>
span { border-color: #183C60; }
span { border-color: rgb(24,60,96); }
td.TdClassName
{
border-color: #183C60;
}
.TagClassName
{
border-color: #183C60;
}
</style>