Shades of Regal Blue #123152
Tints of Regal Blue #123152
RGB
CMYK
RGB Variations
Color information
#123152 (or 0x123152) is known color: Regal Blue. HEX triplet: 12, 31 and 52. RGB value is (18,49,82). Sum of RGB (Red+Green+Blue) = 18+49+82=149 (19% of max value = 765). Red value is 18 (7.42% from 255 or 12.08% from 149); Green value is 49 (19.53% from 255 or 32.89% from 149); Blue value is 82 (32.42% from 255 or 55.03% from 149); Max value from RGB is 82 - color contains mainly: blue. Hex color #123152 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #123152 is #EDCEAD. Grayscale: #2B2B2B. Windows color (decimal): -15584942 or 5386514. OLE color: 5386514.
HSL color Cylindrical-coordinate representation of color #123152: hue angle of 210.94º degrees, saturation: 0.64, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #123152 is Cyan = 0.78, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 18 | 49 | 82 | - |
| CMYK | 0.78 | 0.40 | 0 | 0.68 |
| HSL | 210.94º | 0.64% | 0.2% | - |
| HSV(B) | 210.94º | 0.78% | 0.32% | - |
| XYZ | 2.87 | 2.93 | 8.4 | - |
| YUV | 43.49 | 149.73 | 109.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 49 | 82 | 0.78 | 0.40 | 0 | 0.68 | 210.94 | 0.64 | 0.2 |
| Hex | 12 | 31 | 52 | 4E | 28 | 0 | 44 | D3 | 40 | 14 |
| Octal | 22 | 61 | 122 | 116 | 50 | 0 | 104 | 323 | 100 | 24 |
| Binary | 10010 | 110001 | 1010010 | 1001110 | 101000 | 0 | 1000100 | 11010011 | 1000000 | 10100 |
Color Harmonies of #123152
Complementary color
Monochromatic Colors of #123152
Black with #123152
Text Example
Text Example
White with #123152
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #123152; }
p { color: rgb(18,49,82); }
H1.HeaderClassName
{
color: #123152;
}
.AnyTagClassName
{
color: #123152;
}
</style>
background-color css
<style>
a { background-color: #123152; }
a { background-color: rgb(18,49,82); }
div.DivClassName
{
background-color: #123152;
}
.BgClassName
{
background-color: #123152;
}
</style>
border-color css
<style>
span { border-color: #123152; }
span { border-color: rgb(18,49,82); }
td.TdClassName
{
border-color: #123152;
}
.TagClassName
{
border-color: #123152;
}
</style>