Shades of Regal Blue #183E6A
Tints of Regal Blue #183E6A
RGB
CMYK
RGB Variations
Color information
#183E6A (or 0x183E6A) is known color: Regal Blue. HEX triplet: 18, 3E and 6A. RGB value is (24,62,106). Sum of RGB (Red+Green+Blue) = 24+62+106=192 (25% of max value = 765). Red value is 24 (9.77% from 255 or 12.5% from 192); Green value is 62 (24.61% from 255 or 32.29% from 192); Blue value is 106 (41.80% from 255 or 55.21% from 192); Max value from RGB is 106 - color contains mainly: blue. Hex color #183E6A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #183E6A is #E7C195. Grayscale: #373737. Windows color (decimal): -15188374 or 6962712. OLE color: 6962712.
HSL color Cylindrical-coordinate representation of color #183E6A: hue angle of 212.2º degrees, saturation: 0.63, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #183E6A is Cyan = 0.77, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 24 | 62 | 106 | - |
| CMYK | 0.77 | 0.42 | 0 | 0.58 |
| HSL | 212.2º | 0.63% | 0.25% | - |
| HSV(B) | 212.2º | 0.77% | 0.42% | - |
| XYZ | 4.7 | 4.68 | 14.29 | - |
| YUV | 55.65 | 156.41 | 105.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 62 | 106 | 0.77 | 0.42 | 0 | 0.58 | 212.2 | 0.63 | 0.25 |
| Hex | 18 | 3E | 6A | 4D | 2A | 0 | 3A | D4 | 3F | 19 |
| Octal | 30 | 76 | 152 | 115 | 52 | 0 | 72 | 324 | 77 | 31 |
| Binary | 11000 | 111110 | 1101010 | 1001101 | 101010 | 0 | 111010 | 11010100 | 111111 | 11001 |
Color Harmonies of #183E6A
Complementary color
Monochromatic Colors of #183E6A
Black with #183E6A
Text Example
Text Example
White with #183E6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #183E6A; }
p { color: rgb(24,62,106); }
H1.HeaderClassName
{
color: #183E6A;
}
.AnyTagClassName
{
color: #183E6A;
}
</style>
background-color css
<style>
a { background-color: #183E6A; }
a { background-color: rgb(24,62,106); }
div.DivClassName
{
background-color: #183E6A;
}
.BgClassName
{
background-color: #183E6A;
}
</style>
border-color css
<style>
span { border-color: #183E6A; }
span { border-color: rgb(24,62,106); }
td.TdClassName
{
border-color: #183E6A;
}
.TagClassName
{
border-color: #183E6A;
}
</style>