Shades of Regal Blue #123960
Tints of Regal Blue #123960
RGB
CMYK
RGB Variations
Color information
#123960 (or 0x123960) is known color: Regal Blue. HEX triplet: 12, 39 and 60. RGB value is (18,57,96). Sum of RGB (Red+Green+Blue) = 18+57+96=171 (22% of max value = 765). Red value is 18 (7.42% from 255 or 10.53% from 171); Green value is 57 (22.66% from 255 or 33.33% from 171); Blue value is 96 (37.89% from 255 or 56.14% from 171); Max value from RGB is 96 - color contains mainly: blue. Hex color #123960 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #123960 is #EDC69F. Grayscale: #313131. Windows color (decimal): -15582880 or 6306066. OLE color: 6306066.
HSL color Cylindrical-coordinate representation of color #123960: hue angle of 210º degrees, saturation: 0.68, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #123960 is Cyan = 0.81, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 18 | 57 | 96 | - |
| CMYK | 0.81 | 0.41 | 0 | 0.62 |
| HSL | 210º | 0.68% | 0.22% | - |
| HSV(B) | 210º | 0.81% | 0.38% | - |
| XYZ | 3.82 | 3.9 | 11.62 | - |
| YUV | 49.79 | 154.08 | 105.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 57 | 96 | 0.81 | 0.41 | 0 | 0.62 | 210 | 0.68 | 0.22 |
| Hex | 12 | 39 | 60 | 51 | 29 | 0 | 3E | D2 | 44 | 16 |
| Octal | 22 | 71 | 140 | 121 | 51 | 0 | 76 | 322 | 104 | 26 |
| Binary | 10010 | 111001 | 1100000 | 1010001 | 101001 | 0 | 111110 | 11010010 | 1000100 | 10110 |
Color Harmonies of #123960
Complementary color
Monochromatic Colors of #123960
Black with #123960
Text Example
Text Example
White with #123960
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #123960; }
p { color: rgb(18,57,96); }
H1.HeaderClassName
{
color: #123960;
}
.AnyTagClassName
{
color: #123960;
}
</style>
background-color css
<style>
a { background-color: #123960; }
a { background-color: rgb(18,57,96); }
div.DivClassName
{
background-color: #123960;
}
.BgClassName
{
background-color: #123960;
}
</style>
border-color css
<style>
span { border-color: #123960; }
span { border-color: rgb(18,57,96); }
td.TdClassName
{
border-color: #123960;
}
.TagClassName
{
border-color: #123960;
}
</style>