Shades of Regal Blue #123B54
Tints of Regal Blue #123B54
RGB
CMYK
RGB Variations
Color information
#123B54 (or 0x123B54) is known color: Regal Blue. HEX triplet: 12, 3B and 54. RGB value is (18,59,84). Sum of RGB (Red+Green+Blue) = 18+59+84=161 (21% of max value = 765). Red value is 18 (7.42% from 255 or 11.18% from 161); Green value is 59 (23.44% from 255 or 36.65% from 161); Blue value is 84 (33.20% from 255 or 52.17% from 161); Max value from RGB is 84 - color contains mainly: blue. Hex color #123B54 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #123B54 is #EDC4AB. Grayscale: #313131. Windows color (decimal): -15582380 or 5520146. OLE color: 5520146.
HSL color Cylindrical-coordinate representation of color #123B54: hue angle of 202.73º degrees, saturation: 0.65, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #123B54 is Cyan = 0.79, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 18 | 59 | 84 | - |
| CMYK | 0.79 | 0.30 | 0 | 0.67 |
| HSL | 202.73º | 0.65% | 0.2% | - |
| HSV(B) | 202.73º | 0.79% | 0.33% | - |
| XYZ | 3.41 | 3.9 | 8.96 | - |
| YUV | 49.59 | 147.42 | 105.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 59 | 84 | 0.79 | 0.30 | 0 | 0.67 | 202.73 | 0.65 | 0.2 |
| Hex | 12 | 3B | 54 | 4F | 1E | 0 | 43 | CB | 41 | 14 |
| Octal | 22 | 73 | 124 | 117 | 36 | 0 | 103 | 313 | 101 | 24 |
| Binary | 10010 | 111011 | 1010100 | 1001111 | 11110 | 0 | 1000011 | 11001011 | 1000001 | 10100 |
Color Harmonies of #123B54
Complementary color
Monochromatic Colors of #123B54
Black with #123B54
Text Example
Text Example
White with #123B54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #123B54; }
p { color: rgb(18,59,84); }
H1.HeaderClassName
{
color: #123B54;
}
.AnyTagClassName
{
color: #123B54;
}
</style>
background-color css
<style>
a { background-color: #123B54; }
a { background-color: rgb(18,59,84); }
div.DivClassName
{
background-color: #123B54;
}
.BgClassName
{
background-color: #123B54;
}
</style>
border-color css
<style>
span { border-color: #123B54; }
span { border-color: rgb(18,59,84); }
td.TdClassName
{
border-color: #123B54;
}
.TagClassName
{
border-color: #123B54;
}
</style>