Shades of Regal Blue #123958
Tints of Regal Blue #123958
RGB
CMYK
RGB Variations
Color information
#123958 (or 0x123958) is known color: Regal Blue. HEX triplet: 12, 39 and 58. RGB value is (18,57,88). Sum of RGB (Red+Green+Blue) = 18+57+88=163 (21% of max value = 765). Red value is 18 (7.42% from 255 or 11.04% from 163); Green value is 57 (22.66% from 255 or 34.97% from 163); Blue value is 88 (34.77% from 255 or 53.99% from 163); Max value from RGB is 88 - color contains mainly: blue. Hex color #123958 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #123958 is #EDC6A7. Grayscale: #303030. Windows color (decimal): -15582888 or 5781778. OLE color: 5781778.
HSL color Cylindrical-coordinate representation of color #123958: hue angle of 206.57º degrees, saturation: 0.66, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #123958 is Cyan = 0.80, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 18 | 57 | 88 | - |
| CMYK | 0.80 | 0.35 | 0 | 0.65 |
| HSL | 206.57º | 0.66% | 0.21% | - |
| HSV(B) | 206.57º | 0.8% | 0.35% | - |
| XYZ | 3.47 | 3.76 | 9.78 | - |
| YUV | 48.87 | 150.08 | 105.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 57 | 88 | 0.80 | 0.35 | 0 | 0.65 | 206.57 | 0.66 | 0.21 |
| Hex | 12 | 39 | 58 | 50 | 23 | 0 | 41 | CF | 42 | 15 |
| Octal | 22 | 71 | 130 | 120 | 43 | 0 | 101 | 317 | 102 | 25 |
| Binary | 10010 | 111001 | 1011000 | 1010000 | 100011 | 0 | 1000001 | 11001111 | 1000010 | 10101 |
Color Harmonies of #123958
Complementary color
Monochromatic Colors of #123958
Black with #123958
Text Example
Text Example
White with #123958
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #123958; }
p { color: rgb(18,57,88); }
H1.HeaderClassName
{
color: #123958;
}
.AnyTagClassName
{
color: #123958;
}
</style>
background-color css
<style>
a { background-color: #123958; }
a { background-color: rgb(18,57,88); }
div.DivClassName
{
background-color: #123958;
}
.BgClassName
{
background-color: #123958;
}
</style>
border-color css
<style>
span { border-color: #123958; }
span { border-color: rgb(18,57,88); }
td.TdClassName
{
border-color: #123958;
}
.TagClassName
{
border-color: #123958;
}
</style>