Shades of Regal Blue #183B5B
Tints of Regal Blue #183B5B
RGB
CMYK
RGB Variations
Color information
#183B5B (or 0x183B5B) is known color: Regal Blue. HEX triplet: 18, 3B and 5B. RGB value is (24,59,91). Sum of RGB (Red+Green+Blue) = 24+59+91=174 (23% of max value = 765). Red value is 24 (9.77% from 255 or 13.79% from 174); Green value is 59 (23.44% from 255 or 33.91% from 174); Blue value is 91 (35.94% from 255 or 52.30% from 174); Max value from RGB is 91 - color contains mainly: blue. Hex color #183B5B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #183B5B is #E7C4A4. Grayscale: #343434. Windows color (decimal): -15189157 or 5978904. OLE color: 5978904.
HSL color Cylindrical-coordinate representation of color #183B5B: hue angle of 208.66º degrees, saturation: 0.58, 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 #183B5B is Cyan = 0.74, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 24 | 59 | 91 | - |
| CMYK | 0.74 | 0.35 | 0 | 0.64 |
| HSL | 208.66º | 0.58% | 0.23% | - |
| HSV(B) | 208.66º | 0.74% | 0.36% | - |
| XYZ | 3.83 | 4.08 | 10.48 | - |
| YUV | 52.18 | 149.9 | 107.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 59 | 91 | 0.74 | 0.35 | 0 | 0.64 | 208.66 | 0.58 | 0.23 |
| Hex | 18 | 3B | 5B | 4A | 23 | 0 | 40 | D1 | 3A | 17 |
| Octal | 30 | 73 | 133 | 112 | 43 | 0 | 100 | 321 | 72 | 27 |
| Binary | 11000 | 111011 | 1011011 | 1001010 | 100011 | 0 | 1000000 | 11010001 | 111010 | 10111 |
Color Harmonies of #183B5B
Complementary color
Monochromatic Colors of #183B5B
Black with #183B5B
Text Example
Text Example
White with #183B5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #183B5B; }
p { color: rgb(24,59,91); }
H1.HeaderClassName
{
color: #183B5B;
}
.AnyTagClassName
{
color: #183B5B;
}
</style>
background-color css
<style>
a { background-color: #183B5B; }
a { background-color: rgb(24,59,91); }
div.DivClassName
{
background-color: #183B5B;
}
.BgClassName
{
background-color: #183B5B;
}
</style>
border-color css
<style>
span { border-color: #183B5B; }
span { border-color: rgb(24,59,91); }
td.TdClassName
{
border-color: #183B5B;
}
.TagClassName
{
border-color: #183B5B;
}
</style>