Shades of Regal Blue #123E5D
Tints of Regal Blue #123E5D
RGB
CMYK
RGB Variations
Color information
#123E5D (or 0x123E5D) is known color: Regal Blue. HEX triplet: 12, 3E and 5D. RGB value is (18,62,93). Sum of RGB (Red+Green+Blue) = 18+62+93=173 (22% of max value = 765). Red value is 18 (7.42% from 255 or 10.40% from 173); Green value is 62 (24.61% from 255 or 35.84% from 173); Blue value is 93 (36.72% from 255 or 53.76% from 173); Max value from RGB is 93 - color contains mainly: blue. Hex color #123E5D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #123E5D is #EDC1A2. Grayscale: #343434. Windows color (decimal): -15581603 or 6110738. OLE color: 6110738.
HSL color Cylindrical-coordinate representation of color #123E5D: hue angle of 204.8º 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 #123E5D is Cyan = 0.81, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 18 | 62 | 93 | - |
| CMYK | 0.81 | 0.33 | 0 | 0.64 |
| HSL | 204.8º | 0.68% | 0.22% | - |
| HSV(B) | 204.8º | 0.81% | 0.36% | - |
| XYZ | 3.95 | 4.36 | 10.99 | - |
| YUV | 52.38 | 150.92 | 103.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 62 | 93 | 0.81 | 0.33 | 0 | 0.64 | 204.8 | 0.68 | 0.22 |
| Hex | 12 | 3E | 5D | 51 | 21 | 0 | 40 | CD | 44 | 16 |
| Octal | 22 | 76 | 135 | 121 | 41 | 0 | 100 | 315 | 104 | 26 |
| Binary | 10010 | 111110 | 1011101 | 1010001 | 100001 | 0 | 1000000 | 11001101 | 1000100 | 10110 |
Color Harmonies of #123E5D
Complementary color
Monochromatic Colors of #123E5D
Black with #123E5D
Text Example
Text Example
White with #123E5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #123E5D; }
p { color: rgb(18,62,93); }
H1.HeaderClassName
{
color: #123E5D;
}
.AnyTagClassName
{
color: #123E5D;
}
</style>
background-color css
<style>
a { background-color: #123E5D; }
a { background-color: rgb(18,62,93); }
div.DivClassName
{
background-color: #123E5D;
}
.BgClassName
{
background-color: #123E5D;
}
</style>
border-color css
<style>
span { border-color: #123E5D; }
span { border-color: rgb(18,62,93); }
td.TdClassName
{
border-color: #123E5D;
}
.TagClassName
{
border-color: #123E5D;
}
</style>