Shades of Regal Blue #183C5E
Tints of Regal Blue #183C5E
RGB
CMYK
RGB Variations
Color information
#183C5E (or 0x183C5E) is known color: Regal Blue. HEX triplet: 18, 3C and 5E. RGB value is (24,60,94). Sum of RGB (Red+Green+Blue) = 24+60+94=178 (23% of max value = 765). Red value is 24 (9.77% from 255 or 13.48% from 178); Green value is 60 (23.83% from 255 or 33.71% from 178); Blue value is 94 (37.11% from 255 or 52.81% from 178); Max value from RGB is 94 - color contains mainly: blue. Hex color #183C5E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #183C5E is #E7C3A1. Grayscale: #343434. Windows color (decimal): -15188898 or 6175768. OLE color: 6175768.
HSL color Cylindrical-coordinate representation of color #183C5E: hue angle of 209.14º degrees, saturation: 0.59, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #183C5E is Cyan = 0.74, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 24 | 60 | 94 | - |
| CMYK | 0.74 | 0.36 | 0 | 0.63 |
| HSL | 209.14º | 0.59% | 0.23% | - |
| HSV(B) | 209.14º | 0.74% | 0.37% | - |
| XYZ | 4.01 | 4.23 | 11.2 | - |
| YUV | 53.11 | 151.07 | 107.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 60 | 94 | 0.74 | 0.36 | 0 | 0.63 | 209.14 | 0.59 | 0.23 |
| Hex | 18 | 3C | 5E | 4A | 24 | 0 | 3F | D1 | 3B | 17 |
| Octal | 30 | 74 | 136 | 112 | 44 | 0 | 77 | 321 | 73 | 27 |
| Binary | 11000 | 111100 | 1011110 | 1001010 | 100100 | 0 | 111111 | 11010001 | 111011 | 10111 |
Color Harmonies of #183C5E
Complementary color
Monochromatic Colors of #183C5E
Black with #183C5E
Text Example
Text Example
White with #183C5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #183C5E; }
p { color: rgb(24,60,94); }
H1.HeaderClassName
{
color: #183C5E;
}
.AnyTagClassName
{
color: #183C5E;
}
</style>
background-color css
<style>
a { background-color: #183C5E; }
a { background-color: rgb(24,60,94); }
div.DivClassName
{
background-color: #183C5E;
}
.BgClassName
{
background-color: #183C5E;
}
</style>
border-color css
<style>
span { border-color: #183C5E; }
span { border-color: rgb(24,60,94); }
td.TdClassName
{
border-color: #183C5E;
}
.TagClassName
{
border-color: #183C5E;
}
</style>