Shades of Regal Blue #124267
Tints of Regal Blue #124267
RGB
CMYK
RGB Variations
Color information
#124267 (or 0x124267) is known color: Regal Blue. HEX triplet: 12, 42 and 67. RGB value is (18,66,103). Sum of RGB (Red+Green+Blue) = 18+66+103=187 (24% of max value = 765). Red value is 18 (7.42% from 255 or 9.63% from 187); Green value is 66 (26.17% from 255 or 35.29% from 187); Blue value is 103 (40.62% from 255 or 55.08% from 187); Max value from RGB is 103 - color contains mainly: blue. Hex color #124267 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #124267 is #EDBD98. Grayscale: #373737. Windows color (decimal): -15580569 or 6767122. OLE color: 6767122.
HSL color Cylindrical-coordinate representation of color #124267: hue angle of 206.12º 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 #124267 is Cyan = 0.83, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 18 | 66 | 103 | - |
| CMYK | 0.83 | 0.36 | 0 | 0.60 |
| HSL | 206.12º | 0.7% | 0.24% | - |
| HSV(B) | 206.12º | 0.83% | 0.4% | - |
| XYZ | 4.65 | 5 | 13.55 | - |
| YUV | 55.87 | 154.6 | 100.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 66 | 103 | 0.83 | 0.36 | 0 | 0.60 | 206.12 | 0.7 | 0.24 |
| Hex | 12 | 42 | 67 | 53 | 24 | 0 | 3C | CE | 46 | 18 |
| Octal | 22 | 102 | 147 | 123 | 44 | 0 | 74 | 316 | 106 | 30 |
| Binary | 10010 | 1000010 | 1100111 | 1010011 | 100100 | 0 | 111100 | 11001110 | 1000110 | 11000 |
Color Harmonies of #124267
Complementary color
Monochromatic Colors of #124267
Black with #124267
Text Example
Text Example
White with #124267
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #124267; }
p { color: rgb(18,66,103); }
H1.HeaderClassName
{
color: #124267;
}
.AnyTagClassName
{
color: #124267;
}
</style>
background-color css
<style>
a { background-color: #124267; }
a { background-color: rgb(18,66,103); }
div.DivClassName
{
background-color: #124267;
}
.BgClassName
{
background-color: #124267;
}
</style>
border-color css
<style>
span { border-color: #124267; }
span { border-color: rgb(18,66,103); }
td.TdClassName
{
border-color: #124267;
}
.TagClassName
{
border-color: #124267;
}
</style>