Shades of Regal Blue #123B5F
Tints of Regal Blue #123B5F
RGB
CMYK
RGB Variations
Color information
#123B5F (or 0x123B5F) is known color: Regal Blue. HEX triplet: 12, 3B and 5F. RGB value is (18,59,95). Sum of RGB (Red+Green+Blue) = 18+59+95=172 (22% of max value = 765). Red value is 18 (7.42% from 255 or 10.47% from 172); Green value is 59 (23.44% from 255 or 34.30% from 172); Blue value is 95 (37.5% from 255 or 55.23% from 172); Max value from RGB is 95 - color contains mainly: blue. Hex color #123B5F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #123B5F is #EDC4A0. Grayscale: #323232. Windows color (decimal): -15582369 or 6241042. OLE color: 6241042.
HSL color Cylindrical-coordinate representation of color #123B5F: hue angle of 208.05º 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 #123B5F is Cyan = 0.81, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 18 | 59 | 95 | - |
| CMYK | 0.81 | 0.38 | 0 | 0.63 |
| HSL | 208.05º | 0.68% | 0.22% | - |
| HSV(B) | 208.05º | 0.81% | 0.37% | - |
| XYZ | 3.88 | 4.08 | 11.41 | - |
| YUV | 50.85 | 152.92 | 104.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 59 | 95 | 0.81 | 0.38 | 0 | 0.63 | 208.05 | 0.68 | 0.22 |
| Hex | 12 | 3B | 5F | 51 | 26 | 0 | 3F | D0 | 44 | 16 |
| Octal | 22 | 73 | 137 | 121 | 46 | 0 | 77 | 320 | 104 | 26 |
| Binary | 10010 | 111011 | 1011111 | 1010001 | 100110 | 0 | 111111 | 11010000 | 1000100 | 10110 |
Color Harmonies of #123B5F
Complementary color
Monochromatic Colors of #123B5F
Black with #123B5F
Text Example
Text Example
White with #123B5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #123B5F; }
p { color: rgb(18,59,95); }
H1.HeaderClassName
{
color: #123B5F;
}
.AnyTagClassName
{
color: #123B5F;
}
</style>
background-color css
<style>
a { background-color: #123B5F; }
a { background-color: rgb(18,59,95); }
div.DivClassName
{
background-color: #123B5F;
}
.BgClassName
{
background-color: #123B5F;
}
</style>
border-color css
<style>
span { border-color: #123B5F; }
span { border-color: rgb(18,59,95); }
td.TdClassName
{
border-color: #123B5F;
}
.TagClassName
{
border-color: #123B5F;
}
</style>