Shades of Regal Blue #123D55
Tints of Regal Blue #123D55
RGB
CMYK
RGB Variations
Color information
#123D55 (or 0x123D55) is known color: Regal Blue. HEX triplet: 12, 3D and 55. RGB value is (18,61,85). Sum of RGB (Red+Green+Blue) = 18+61+85=164 (21% of max value = 765). Red value is 18 (7.42% from 255 or 10.98% from 164); Green value is 61 (24.22% from 255 or 37.20% from 164); Blue value is 85 (33.59% from 255 or 51.83% from 164); Max value from RGB is 85 - color contains mainly: blue. Hex color #123D55 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #123D55 is #EDC2AA. Grayscale: #323232. Windows color (decimal): -15581867 or 5586194. OLE color: 5586194.
HSL color Cylindrical-coordinate representation of color #123D55: hue angle of 201.49º 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 #123D55 is Cyan = 0.79, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 18 | 61 | 85 | - |
| CMYK | 0.79 | 0.28 | 0 | 0.67 |
| HSL | 201.49º | 0.65% | 0.2% | - |
| HSV(B) | 201.49º | 0.79% | 0.33% | - |
| XYZ | 3.56 | 4.12 | 9.2 | - |
| YUV | 50.88 | 147.25 | 104.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 61 | 85 | 0.79 | 0.28 | 0 | 0.67 | 201.49 | 0.65 | 0.2 |
| Hex | 12 | 3D | 55 | 4F | 1C | 0 | 43 | C9 | 41 | 14 |
| Octal | 22 | 75 | 125 | 117 | 34 | 0 | 103 | 311 | 101 | 24 |
| Binary | 10010 | 111101 | 1010101 | 1001111 | 11100 | 0 | 1000011 | 11001001 | 1000001 | 10100 |
Color Harmonies of #123D55
Complementary color
Monochromatic Colors of #123D55
Black with #123D55
Text Example
Text Example
White with #123D55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #123D55; }
p { color: rgb(18,61,85); }
H1.HeaderClassName
{
color: #123D55;
}
.AnyTagClassName
{
color: #123D55;
}
</style>
background-color css
<style>
a { background-color: #123D55; }
a { background-color: rgb(18,61,85); }
div.DivClassName
{
background-color: #123D55;
}
.BgClassName
{
background-color: #123D55;
}
</style>
border-color css
<style>
span { border-color: #123D55; }
span { border-color: rgb(18,61,85); }
td.TdClassName
{
border-color: #123D55;
}
.TagClassName
{
border-color: #123D55;
}
</style>