Shades of Regal Blue #18354F
Tints of Regal Blue #18354F
RGB
CMYK
RGB Variations
Color information
#18354F (or 0x18354F) is known color: Regal Blue. HEX triplet: 18, 35 and 4F. RGB value is (24,53,79). Sum of RGB (Red+Green+Blue) = 24+53+79=156 (20% of max value = 765). Red value is 24 (9.77% from 255 or 15.38% from 156); Green value is 53 (21.09% from 255 or 33.97% from 156); Blue value is 79 (31.25% from 255 or 50.64% from 156); Max value from RGB is 79 - color contains mainly: blue. Hex color #18354F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #18354F is #E7CAB0. Grayscale: #2F2F2F. Windows color (decimal): -15190705 or 5190936. OLE color: 5190936.
HSL color Cylindrical-coordinate representation of color #18354F: hue angle of 208.36º degrees, saturation: 0.53, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #18354F is Cyan = 0.70, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 24 | 53 | 79 | - |
| CMYK | 0.70 | 0.33 | 0 | 0.69 |
| HSL | 208.36º | 0.53% | 0.2% | - |
| HSV(B) | 208.36º | 0.7% | 0.31% | - |
| XYZ | 3.06 | 3.3 | 7.87 | - |
| YUV | 47.29 | 145.89 | 111.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 53 | 79 | 0.70 | 0.33 | 0 | 0.69 | 208.36 | 0.53 | 0.2 |
| Hex | 18 | 35 | 4F | 46 | 21 | 0 | 45 | D0 | 35 | 14 |
| Octal | 30 | 65 | 117 | 106 | 41 | 0 | 105 | 320 | 65 | 24 |
| Binary | 11000 | 110101 | 1001111 | 1000110 | 100001 | 0 | 1000101 | 11010000 | 110101 | 10100 |
Color Harmonies of #18354F
Complementary color
Monochromatic Colors of #18354F
Black with #18354F
Text Example
Text Example
White with #18354F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18354F; }
p { color: rgb(24,53,79); }
H1.HeaderClassName
{
color: #18354F;
}
.AnyTagClassName
{
color: #18354F;
}
</style>
background-color css
<style>
a { background-color: #18354F; }
a { background-color: rgb(24,53,79); }
div.DivClassName
{
background-color: #18354F;
}
.BgClassName
{
background-color: #18354F;
}
</style>
border-color css
<style>
span { border-color: #18354F; }
span { border-color: rgb(24,53,79); }
td.TdClassName
{
border-color: #18354F;
}
.TagClassName
{
border-color: #18354F;
}
</style>