Shades of Regal Blue #123D5D
Tints of Regal Blue #123D5D
RGB
CMYK
RGB Variations
Color information
#123D5D (or 0x123D5D) is known color: Regal Blue. HEX triplet: 12, 3D and 5D. RGB value is (18,61,93). Sum of RGB (Red+Green+Blue) = 18+61+93=172 (22% of max value = 765). Red value is 18 (7.42% from 255 or 10.47% from 172); Green value is 61 (24.22% from 255 or 35.47% from 172); Blue value is 93 (36.72% from 255 or 54.07% from 172); Max value from RGB is 93 - color contains mainly: blue. Hex color #123D5D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #123D5D is #EDC2A2. Grayscale: #333333. Windows color (decimal): -15581859 or 6110482. OLE color: 6110482.
HSL color Cylindrical-coordinate representation of color #123D5D: hue angle of 205.6º degrees, saturation: 0.68, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #123D5D is Cyan = 0.81, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 18 | 61 | 93 | - |
| CMYK | 0.81 | 0.34 | 0 | 0.64 |
| HSL | 205.6º | 0.68% | 0.22% | - |
| HSV(B) | 205.6º | 0.81% | 0.36% | - |
| XYZ | 3.89 | 4.26 | 10.97 | - |
| YUV | 51.79 | 151.25 | 103.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 61 | 93 | 0.81 | 0.34 | 0 | 0.64 | 205.6 | 0.68 | 0.22 |
| Hex | 12 | 3D | 5D | 51 | 22 | 0 | 40 | CE | 44 | 16 |
| Octal | 22 | 75 | 135 | 121 | 42 | 0 | 100 | 316 | 104 | 26 |
| Binary | 10010 | 111101 | 1011101 | 1010001 | 100010 | 0 | 1000000 | 11001110 | 1000100 | 10110 |
Color Harmonies of #123D5D
Complementary color
Monochromatic Colors of #123D5D
Black with #123D5D
Text Example
Text Example
White with #123D5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #123D5D; }
p { color: rgb(18,61,93); }
H1.HeaderClassName
{
color: #123D5D;
}
.AnyTagClassName
{
color: #123D5D;
}
</style>
background-color css
<style>
a { background-color: #123D5D; }
a { background-color: rgb(18,61,93); }
div.DivClassName
{
background-color: #123D5D;
}
.BgClassName
{
background-color: #123D5D;
}
</style>
border-color css
<style>
span { border-color: #123D5D; }
span { border-color: rgb(18,61,93); }
td.TdClassName
{
border-color: #123D5D;
}
.TagClassName
{
border-color: #123D5D;
}
</style>