Shades of Regal Blue #123658
Tints of Regal Blue #123658
RGB
CMYK
RGB Variations
Color information
#123658 (or 0x123658) is known color: Regal Blue. HEX triplet: 12, 36 and 58. RGB value is (18,54,88). Sum of RGB (Red+Green+Blue) = 18+54+88=160 (21% of max value = 765). Red value is 18 (7.42% from 255 or 11.25% from 160); Green value is 54 (21.48% from 255 or 33.75% from 160); Blue value is 88 (34.77% from 255 or 55% from 160); Max value from RGB is 88 - color contains mainly: blue. Hex color #123658 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #123658 is #EDC9A7. Grayscale: #2E2E2E. Windows color (decimal): -15583656 or 5781010. OLE color: 5781010.
HSL color Cylindrical-coordinate representation of color #123658: hue angle of 209.14º 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 #123658 is Cyan = 0.80, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 18 | 54 | 88 | - |
| CMYK | 0.80 | 0.39 | 0 | 0.65 |
| HSL | 209.14º | 0.66% | 0.21% | - |
| HSV(B) | 209.14º | 0.8% | 0.35% | - |
| XYZ | 3.33 | 3.47 | 9.73 | - |
| YUV | 47.11 | 151.07 | 107.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 54 | 88 | 0.80 | 0.39 | 0 | 0.65 | 209.14 | 0.66 | 0.21 |
| Hex | 12 | 36 | 58 | 50 | 27 | 0 | 41 | D1 | 42 | 15 |
| Octal | 22 | 66 | 130 | 120 | 47 | 0 | 101 | 321 | 102 | 25 |
| Binary | 10010 | 110110 | 1011000 | 1010000 | 100111 | 0 | 1000001 | 11010001 | 1000010 | 10101 |
Color Harmonies of #123658
Complementary color
Monochromatic Colors of #123658
Black with #123658
Text Example
Text Example
White with #123658
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #123658; }
p { color: rgb(18,54,88); }
H1.HeaderClassName
{
color: #123658;
}
.AnyTagClassName
{
color: #123658;
}
</style>
background-color css
<style>
a { background-color: #123658; }
a { background-color: rgb(18,54,88); }
div.DivClassName
{
background-color: #123658;
}
.BgClassName
{
background-color: #123658;
}
</style>
border-color css
<style>
span { border-color: #123658; }
span { border-color: rgb(18,54,88); }
td.TdClassName
{
border-color: #123658;
}
.TagClassName
{
border-color: #123658;
}
</style>