Shades of Regal Blue #123E67
Tints of Regal Blue #123E67
RGB
CMYK
RGB Variations
Color information
#123E67 (or 0x123E67) is known color: Regal Blue. HEX triplet: 12, 3E and 67. RGB value is (18,62,103). Sum of RGB (Red+Green+Blue) = 18+62+103=183 (24% of max value = 765). Red value is 18 (7.42% from 255 or 9.84% from 183); Green value is 62 (24.61% from 255 or 33.88% from 183); Blue value is 103 (40.62% from 255 or 56.28% from 183); Max value from RGB is 103 - color contains mainly: blue. Hex color #123E67 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #123E67 is #EDC198. Grayscale: #353535. Windows color (decimal): -15581593 or 6766098. OLE color: 6766098.
HSL color Cylindrical-coordinate representation of color #123E67: hue angle of 208.94º degrees, saturation: 0.7, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #123E67 is Cyan = 0.83, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 18 | 62 | 103 | - |
| CMYK | 0.83 | 0.40 | 0 | 0.60 |
| HSL | 208.94º | 0.7% | 0.24% | - |
| HSV(B) | 208.94º | 0.83% | 0.4% | - |
| XYZ | 4.42 | 4.55 | 13.48 | - |
| YUV | 53.52 | 155.92 | 102.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 62 | 103 | 0.83 | 0.40 | 0 | 0.60 | 208.94 | 0.7 | 0.24 |
| Hex | 12 | 3E | 67 | 53 | 28 | 0 | 3C | D1 | 46 | 18 |
| Octal | 22 | 76 | 147 | 123 | 50 | 0 | 74 | 321 | 106 | 30 |
| Binary | 10010 | 111110 | 1100111 | 1010011 | 101000 | 0 | 111100 | 11010001 | 1000110 | 11000 |
Color Harmonies of #123E67
Complementary color
Monochromatic Colors of #123E67
Black with #123E67
Text Example
Text Example
White with #123E67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #123E67; }
p { color: rgb(18,62,103); }
H1.HeaderClassName
{
color: #123E67;
}
.AnyTagClassName
{
color: #123E67;
}
</style>
background-color css
<style>
a { background-color: #123E67; }
a { background-color: rgb(18,62,103); }
div.DivClassName
{
background-color: #123E67;
}
.BgClassName
{
background-color: #123E67;
}
</style>
border-color css
<style>
span { border-color: #123E67; }
span { border-color: rgb(18,62,103); }
td.TdClassName
{
border-color: #123E67;
}
.TagClassName
{
border-color: #123E67;
}
</style>