Shades of Regal Blue #123358
Tints of Regal Blue #123358
RGB
CMYK
RGB Variations
Color information
#123358 (or 0x123358) is known color: Regal Blue. HEX triplet: 12, 33 and 58. RGB value is (18,51,88). Sum of RGB (Red+Green+Blue) = 18+51+88=157 (20% of max value = 765). Red value is 18 (7.42% from 255 or 11.46% from 157); Green value is 51 (20.31% from 255 or 32.48% from 157); Blue value is 88 (34.77% from 255 or 56.05% from 157); Max value from RGB is 88 - color contains mainly: blue. Hex color #123358 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #123358 is #EDCCA7. Grayscale: #2D2D2D. Windows color (decimal): -15584424 or 5780242. OLE color: 5780242.
HSL color Cylindrical-coordinate representation of color #123358: hue angle of 211.71º 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 #123358 is Cyan = 0.80, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 18 | 51 | 88 | - |
| CMYK | 0.80 | 0.42 | 0 | 0.65 |
| HSL | 211.71º | 0.66% | 0.21% | - |
| HSV(B) | 211.71º | 0.8% | 0.35% | - |
| XYZ | 3.19 | 3.2 | 9.68 | - |
| YUV | 45.35 | 152.07 | 108.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 51 | 88 | 0.80 | 0.42 | 0 | 0.65 | 211.71 | 0.66 | 0.21 |
| Hex | 12 | 33 | 58 | 50 | 2A | 0 | 41 | D4 | 42 | 15 |
| Octal | 22 | 63 | 130 | 120 | 52 | 0 | 101 | 324 | 102 | 25 |
| Binary | 10010 | 110011 | 1011000 | 1010000 | 101010 | 0 | 1000001 | 11010100 | 1000010 | 10101 |
Color Harmonies of #123358
Complementary color
Monochromatic Colors of #123358
Black with #123358
Text Example
Text Example
White with #123358
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #123358; }
p { color: rgb(18,51,88); }
H1.HeaderClassName
{
color: #123358;
}
.AnyTagClassName
{
color: #123358;
}
</style>
background-color css
<style>
a { background-color: #123358; }
a { background-color: rgb(18,51,88); }
div.DivClassName
{
background-color: #123358;
}
.BgClassName
{
background-color: #123358;
}
</style>
border-color css
<style>
span { border-color: #123358; }
span { border-color: rgb(18,51,88); }
td.TdClassName
{
border-color: #123358;
}
.TagClassName
{
border-color: #123358;
}
</style>