Shades of Regal Blue #123E5E
Tints of Regal Blue #123E5E
RGB
CMYK
RGB Variations
Color information
#123E5E (or 0x123E5E) is known color: Regal Blue. HEX triplet: 12, 3E and 5E. RGB value is (18,62,94). Sum of RGB (Red+Green+Blue) = 18+62+94=174 (23% of max value = 765). Red value is 18 (7.42% from 255 or 10.34% from 174); Green value is 62 (24.61% from 255 or 35.63% from 174); Blue value is 94 (37.11% from 255 or 54.02% from 174); Max value from RGB is 94 - color contains mainly: blue. Hex color #123E5E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #123E5E is #EDC1A1. Grayscale: #343434. Windows color (decimal): -15581602 or 6176274. OLE color: 6176274.
HSL color Cylindrical-coordinate representation of color #123E5E: hue angle of 205.26º degrees, saturation: 0.68, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #123E5E is Cyan = 0.81, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 18 | 62 | 94 | - |
| CMYK | 0.81 | 0.34 | 0 | 0.63 |
| HSL | 205.26º | 0.68% | 0.22% | - |
| HSV(B) | 205.26º | 0.81% | 0.37% | - |
| XYZ | 3.99 | 4.38 | 11.23 | - |
| YUV | 52.49 | 151.42 | 103.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 62 | 94 | 0.81 | 0.34 | 0 | 0.63 | 205.26 | 0.68 | 0.22 |
| Hex | 12 | 3E | 5E | 51 | 22 | 0 | 3F | CD | 44 | 16 |
| Octal | 22 | 76 | 136 | 121 | 42 | 0 | 77 | 315 | 104 | 26 |
| Binary | 10010 | 111110 | 1011110 | 1010001 | 100010 | 0 | 111111 | 11001101 | 1000100 | 10110 |
Color Harmonies of #123E5E
Complementary color
Monochromatic Colors of #123E5E
Black with #123E5E
Text Example
Text Example
White with #123E5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #123E5E; }
p { color: rgb(18,62,94); }
H1.HeaderClassName
{
color: #123E5E;
}
.AnyTagClassName
{
color: #123E5E;
}
</style>
background-color css
<style>
a { background-color: #123E5E; }
a { background-color: rgb(18,62,94); }
div.DivClassName
{
background-color: #123E5E;
}
.BgClassName
{
background-color: #123E5E;
}
</style>
border-color css
<style>
span { border-color: #123E5E; }
span { border-color: rgb(18,62,94); }
td.TdClassName
{
border-color: #123E5E;
}
.TagClassName
{
border-color: #123E5E;
}
</style>