Shades of Regal Blue #183D5D
Tints of Regal Blue #183D5D
RGB
CMYK
RGB Variations
Color information
#183D5D (or 0x183D5D) is known color: Regal Blue. HEX triplet: 18, 3D and 5D. RGB value is (24,61,93). Sum of RGB (Red+Green+Blue) = 24+61+93=178 (23% of max value = 765). Red value is 24 (9.77% from 255 or 13.48% from 178); Green value is 61 (24.22% from 255 or 34.27% from 178); Blue value is 93 (36.72% from 255 or 52.25% from 178); Max value from RGB is 93 - color contains mainly: blue. Hex color #183D5D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #183D5D is #E7C2A2. Grayscale: #353535. Windows color (decimal): -15188643 or 6110488. OLE color: 6110488.
HSL color Cylindrical-coordinate representation of color #183D5D: hue angle of 207.83º degrees, saturation: 0.59, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #183D5D is Cyan = 0.74, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 24 | 61 | 93 | - |
| CMYK | 0.74 | 0.34 | 0 | 0.64 |
| HSL | 207.83º | 0.59% | 0.23% | - |
| HSV(B) | 207.83º | 0.74% | 0.36% | - |
| XYZ | 4.02 | 4.32 | 10.98 | - |
| YUV | 53.59 | 150.24 | 106.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 61 | 93 | 0.74 | 0.34 | 0 | 0.64 | 207.83 | 0.59 | 0.23 |
| Hex | 18 | 3D | 5D | 4A | 22 | 0 | 40 | D0 | 3B | 17 |
| Octal | 30 | 75 | 135 | 112 | 42 | 0 | 100 | 320 | 73 | 27 |
| Binary | 11000 | 111101 | 1011101 | 1001010 | 100010 | 0 | 1000000 | 11010000 | 111011 | 10111 |
Color Harmonies of #183D5D
Complementary color
Monochromatic Colors of #183D5D
Black with #183D5D
Text Example
Text Example
White with #183D5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #183D5D; }
p { color: rgb(24,61,93); }
H1.HeaderClassName
{
color: #183D5D;
}
.AnyTagClassName
{
color: #183D5D;
}
</style>
background-color css
<style>
a { background-color: #183D5D; }
a { background-color: rgb(24,61,93); }
div.DivClassName
{
background-color: #183D5D;
}
.BgClassName
{
background-color: #183D5D;
}
</style>
border-color css
<style>
span { border-color: #183D5D; }
span { border-color: rgb(24,61,93); }
td.TdClassName
{
border-color: #183D5D;
}
.TagClassName
{
border-color: #183D5D;
}
</style>