Shades of Regal Blue #183F56
Tints of Regal Blue #183F56
RGB
CMYK
RGB Variations
Color information
#183F56 (or 0x183F56) is known color: Regal Blue. HEX triplet: 18, 3F and 56. RGB value is (24,63,86). Sum of RGB (Red+Green+Blue) = 24+63+86=173 (22% of max value = 765). Red value is 24 (9.77% from 255 or 13.87% from 173); Green value is 63 (25% from 255 or 36.42% from 173); Blue value is 86 (33.98% from 255 or 49.71% from 173); Max value from RGB is 86 - color contains mainly: blue. Hex color #183F56 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #183F56 is #E7C0A9. Grayscale: #353535. Windows color (decimal): -15188138 or 5652248. OLE color: 5652248.
HSL color Cylindrical-coordinate representation of color #183F56: hue angle of 202.26º degrees, saturation: 0.56, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #183F56 is Cyan = 0.72, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 24 | 63 | 86 | - |
| CMYK | 0.72 | 0.27 | 0 | 0.66 |
| HSL | 202.26º | 0.56% | 0.22% | - |
| HSV(B) | 202.26º | 0.72% | 0.34% | - |
| XYZ | 3.83 | 4.42 | 9.46 | - |
| YUV | 53.96 | 146.08 | 106.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 63 | 86 | 0.72 | 0.27 | 0 | 0.66 | 202.26 | 0.56 | 0.22 |
| Hex | 18 | 3F | 56 | 48 | 1B | 0 | 42 | CA | 38 | 16 |
| Octal | 30 | 77 | 126 | 110 | 33 | 0 | 102 | 312 | 70 | 26 |
| Binary | 11000 | 111111 | 1010110 | 1001000 | 11011 | 0 | 1000010 | 11001010 | 111000 | 10110 |
Color Harmonies of #183F56
Complementary color
Monochromatic Colors of #183F56
Black with #183F56
Text Example
Text Example
White with #183F56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #183F56; }
p { color: rgb(24,63,86); }
H1.HeaderClassName
{
color: #183F56;
}
.AnyTagClassName
{
color: #183F56;
}
</style>
background-color css
<style>
a { background-color: #183F56; }
a { background-color: rgb(24,63,86); }
div.DivClassName
{
background-color: #183F56;
}
.BgClassName
{
background-color: #183F56;
}
</style>
border-color css
<style>
span { border-color: #183F56; }
span { border-color: rgb(24,63,86); }
td.TdClassName
{
border-color: #183F56;
}
.TagClassName
{
border-color: #183F56;
}
</style>