Shades of Regal Blue #183953
Tints of Regal Blue #183953
RGB
CMYK
RGB Variations
Color information
#183953 (or 0x183953) is known color: Regal Blue. HEX triplet: 18, 39 and 53. RGB value is (24,57,83). Sum of RGB (Red+Green+Blue) = 24+57+83=164 (21% of max value = 765). Red value is 24 (9.77% from 255 or 14.63% from 164); Green value is 57 (22.66% from 255 or 34.76% from 164); Blue value is 83 (32.81% from 255 or 50.61% from 164); Max value from RGB is 83 - color contains mainly: blue. Hex color #183953 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #183953 is #E7C6AC. Grayscale: #313131. Windows color (decimal): -15189677 or 5454104. OLE color: 5454104.
HSL color Cylindrical-coordinate representation of color #183953: hue angle of 206.44º degrees, saturation: 0.55, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #183953 is Cyan = 0.71, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 24 | 57 | 83 | - |
| CMYK | 0.71 | 0.31 | 0 | 0.67 |
| HSL | 206.44º | 0.55% | 0.21% | - |
| HSV(B) | 206.44º | 0.71% | 0.33% | - |
| XYZ | 3.4 | 3.74 | 8.73 | - |
| YUV | 50.1 | 146.57 | 109.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 57 | 83 | 0.71 | 0.31 | 0 | 0.67 | 206.44 | 0.55 | 0.21 |
| Hex | 18 | 39 | 53 | 47 | 1F | 0 | 43 | CE | 37 | 15 |
| Octal | 30 | 71 | 123 | 107 | 37 | 0 | 103 | 316 | 67 | 25 |
| Binary | 11000 | 111001 | 1010011 | 1000111 | 11111 | 0 | 1000011 | 11001110 | 110111 | 10101 |
Color Harmonies of #183953
Complementary color
Monochromatic Colors of #183953
Black with #183953
Text Example
Text Example
White with #183953
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #183953; }
p { color: rgb(24,57,83); }
H1.HeaderClassName
{
color: #183953;
}
.AnyTagClassName
{
color: #183953;
}
</style>
background-color css
<style>
a { background-color: #183953; }
a { background-color: rgb(24,57,83); }
div.DivClassName
{
background-color: #183953;
}
.BgClassName
{
background-color: #183953;
}
</style>
border-color css
<style>
span { border-color: #183953; }
span { border-color: rgb(24,57,83); }
td.TdClassName
{
border-color: #183953;
}
.TagClassName
{
border-color: #183953;
}
</style>