Shades of Regal Blue #183F58
Tints of Regal Blue #183F58
RGB
CMYK
RGB Variations
Color information
#183F58 (or 0x183F58) is known color: Regal Blue. HEX triplet: 18, 3F and 58. RGB value is (24,63,88). Sum of RGB (Red+Green+Blue) = 24+63+88=175 (23% of max value = 765). Red value is 24 (9.77% from 255 or 13.71% from 175); Green value is 63 (25% from 255 or 36% from 175); Blue value is 88 (34.77% from 255 or 50.29% from 175); Max value from RGB is 88 - color contains mainly: blue. Hex color #183F58 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #183F58 is #E7C0A7. Grayscale: #363636. Windows color (decimal): -15188136 or 5783320. OLE color: 5783320.
HSL color Cylindrical-coordinate representation of color #183F58: hue angle of 203.44º degrees, saturation: 0.57, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #183F58 is Cyan = 0.73, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 24 | 63 | 88 | - |
| CMYK | 0.73 | 0.28 | 0 | 0.65 |
| HSL | 203.44º | 0.57% | 0.22% | - |
| HSV(B) | 203.44º | 0.73% | 0.35% | - |
| XYZ | 3.92 | 4.45 | 9.89 | - |
| YUV | 54.19 | 147.08 | 106.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 63 | 88 | 0.73 | 0.28 | 0 | 0.65 | 203.44 | 0.57 | 0.22 |
| Hex | 18 | 3F | 58 | 49 | 1C | 0 | 41 | CB | 39 | 16 |
| Octal | 30 | 77 | 130 | 111 | 34 | 0 | 101 | 313 | 71 | 26 |
| Binary | 11000 | 111111 | 1011000 | 1001001 | 11100 | 0 | 1000001 | 11001011 | 111001 | 10110 |
Color Harmonies of #183F58
Complementary color
Monochromatic Colors of #183F58
Black with #183F58
Text Example
Text Example
White with #183F58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #183F58; }
p { color: rgb(24,63,88); }
H1.HeaderClassName
{
color: #183F58;
}
.AnyTagClassName
{
color: #183F58;
}
</style>
background-color css
<style>
a { background-color: #183F58; }
a { background-color: rgb(24,63,88); }
div.DivClassName
{
background-color: #183F58;
}
.BgClassName
{
background-color: #183F58;
}
</style>
border-color css
<style>
span { border-color: #183F58; }
span { border-color: rgb(24,63,88); }
td.TdClassName
{
border-color: #183F58;
}
.TagClassName
{
border-color: #183F58;
}
</style>