Shades of Regal Blue #123856
Tints of Regal Blue #123856
RGB
CMYK
RGB Variations
Color information
#123856 (or 0x123856) is known color: Regal Blue. HEX triplet: 12, 38 and 56. RGB value is (18,56,86). Sum of RGB (Red+Green+Blue) = 18+56+86=160 (21% of max value = 765). Red value is 18 (7.42% from 255 or 11.25% from 160); Green value is 56 (22.27% from 255 or 35% from 160); Blue value is 86 (33.98% from 255 or 53.75% from 160); Max value from RGB is 86 - color contains mainly: blue. Hex color #123856 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #123856 is #EDC7A9. Grayscale: #2F2F2F. Windows color (decimal): -15583146 or 5650450. OLE color: 5650450.
HSL color Cylindrical-coordinate representation of color #123856: hue angle of 206.47º degrees, saturation: 0.65, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #123856 is Cyan = 0.79, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 18 | 56 | 86 | - |
| CMYK | 0.79 | 0.35 | 0 | 0.66 |
| HSL | 206.47º | 0.65% | 0.2% | - |
| HSV(B) | 206.47º | 0.79% | 0.34% | - |
| XYZ | 3.34 | 3.63 | 9.33 | - |
| YUV | 48.06 | 149.41 | 106.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 56 | 86 | 0.79 | 0.35 | 0 | 0.66 | 206.47 | 0.65 | 0.2 |
| Hex | 12 | 38 | 56 | 4F | 23 | 0 | 42 | CE | 41 | 14 |
| Octal | 22 | 70 | 126 | 117 | 43 | 0 | 102 | 316 | 101 | 24 |
| Binary | 10010 | 111000 | 1010110 | 1001111 | 100011 | 0 | 1000010 | 11001110 | 1000001 | 10100 |
Color Harmonies of #123856
Complementary color
Monochromatic Colors of #123856
Black with #123856
Text Example
Text Example
White with #123856
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #123856; }
p { color: rgb(18,56,86); }
H1.HeaderClassName
{
color: #123856;
}
.AnyTagClassName
{
color: #123856;
}
</style>
background-color css
<style>
a { background-color: #123856; }
a { background-color: rgb(18,56,86); }
div.DivClassName
{
background-color: #123856;
}
.BgClassName
{
background-color: #123856;
}
</style>
border-color css
<style>
span { border-color: #123856; }
span { border-color: rgb(18,56,86); }
td.TdClassName
{
border-color: #123856;
}
.TagClassName
{
border-color: #123856;
}
</style>