Shades of Regal Blue #123555
Tints of Regal Blue #123555
RGB
CMYK
RGB Variations
Color information
#123555 (or 0x123555) is known color: Regal Blue. HEX triplet: 12, 35 and 55. RGB value is (18,53,85). Sum of RGB (Red+Green+Blue) = 18+53+85=156 (20% of max value = 765). Red value is 18 (7.42% from 255 or 11.54% from 156); Green value is 53 (21.09% from 255 or 33.97% from 156); Blue value is 85 (33.59% from 255 or 54.49% from 156); Max value from RGB is 85 - color contains mainly: blue. Hex color #123555 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #123555 is #EDCAAA. Grayscale: #2E2E2E. Windows color (decimal): -15583915 or 5584146. OLE color: 5584146.
HSL color Cylindrical-coordinate representation of color #123555: hue angle of 208.66º degrees, saturation: 0.65, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #123555 is Cyan = 0.79, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 18 | 53 | 85 | - |
| CMYK | 0.79 | 0.38 | 0 | 0.67 |
| HSL | 208.66º | 0.65% | 0.2% | - |
| HSV(B) | 208.66º | 0.79% | 0.33% | - |
| XYZ | 3.16 | 3.33 | 9.07 | - |
| YUV | 46.18 | 149.9 | 107.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 53 | 85 | 0.79 | 0.38 | 0 | 0.67 | 208.66 | 0.65 | 0.2 |
| Hex | 12 | 35 | 55 | 4F | 26 | 0 | 43 | D1 | 41 | 14 |
| Octal | 22 | 65 | 125 | 117 | 46 | 0 | 103 | 321 | 101 | 24 |
| Binary | 10010 | 110101 | 1010101 | 1001111 | 100110 | 0 | 1000011 | 11010001 | 1000001 | 10100 |
Color Harmonies of #123555
Complementary color
Monochromatic Colors of #123555
Black with #123555
Text Example
Text Example
White with #123555
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #123555; }
p { color: rgb(18,53,85); }
H1.HeaderClassName
{
color: #123555;
}
.AnyTagClassName
{
color: #123555;
}
</style>
background-color css
<style>
a { background-color: #123555; }
a { background-color: rgb(18,53,85); }
div.DivClassName
{
background-color: #123555;
}
.BgClassName
{
background-color: #123555;
}
</style>
border-color css
<style>
span { border-color: #123555; }
span { border-color: rgb(18,53,85); }
td.TdClassName
{
border-color: #123555;
}
.TagClassName
{
border-color: #123555;
}
</style>