Shades of Regal Blue #154168
Tints of Regal Blue #154168
RGB
CMYK
RGB Variations
Color information
#154168 (or 0x154168) is known color: Regal Blue. HEX triplet: 15, 41 and 68. RGB value is (21,65,104). Sum of RGB (Red+Green+Blue) = 21+65+104=190 (25% of max value = 765). Red value is 21 (8.59% from 255 or 11.05% from 190); Green value is 65 (25.78% from 255 or 34.21% from 190); Blue value is 104 (41.02% from 255 or 54.74% from 190); Max value from RGB is 104 - color contains mainly: blue. Hex color #154168 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #154168 is #EABE97. Grayscale: #383838. Windows color (decimal): -15384216 or 6832405. OLE color: 6832405.
HSL color Cylindrical-coordinate representation of color #154168: hue angle of 208.19º degrees, saturation: 0.66, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #154168 is Cyan = 0.80, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 21 | 65 | 104 | - |
| CMYK | 0.80 | 0.38 | 0 | 0.59 |
| HSL | 208.19º | 0.66% | 0.25% | - |
| HSV(B) | 208.19º | 0.8% | 0.41% | - |
| XYZ | 4.7 | 4.94 | 13.8 | - |
| YUV | 56.29 | 154.92 | 102.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 65 | 104 | 0.80 | 0.38 | 0 | 0.59 | 208.19 | 0.66 | 0.25 |
| Hex | 15 | 41 | 68 | 50 | 26 | 0 | 3B | D0 | 42 | 19 |
| Octal | 25 | 101 | 150 | 120 | 46 | 0 | 73 | 320 | 102 | 31 |
| Binary | 10101 | 1000001 | 1101000 | 1010000 | 100110 | 0 | 111011 | 11010000 | 1000010 | 11001 |
Color Harmonies of #154168
Complementary color
Monochromatic Colors of #154168
Black with #154168
Text Example
Text Example
White with #154168
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #154168; }
p { color: rgb(21,65,104); }
H1.HeaderClassName
{
color: #154168;
}
.AnyTagClassName
{
color: #154168;
}
</style>
background-color css
<style>
a { background-color: #154168; }
a { background-color: rgb(21,65,104); }
div.DivClassName
{
background-color: #154168;
}
.BgClassName
{
background-color: #154168;
}
</style>
border-color css
<style>
span { border-color: #154168; }
span { border-color: rgb(21,65,104); }
td.TdClassName
{
border-color: #154168;
}
.TagClassName
{
border-color: #154168;
}
</style>