Shades of Regal Blue #123B62
Tints of Regal Blue #123B62
RGB
CMYK
RGB Variations
Color information
#123B62 (or 0x123B62) is known color: Regal Blue. HEX triplet: 12, 3B and 62. RGB value is (18,59,98). Sum of RGB (Red+Green+Blue) = 18+59+98=175 (23% of max value = 765). Red value is 18 (7.42% from 255 or 10.29% from 175); Green value is 59 (23.44% from 255 or 33.71% from 175); Blue value is 98 (38.67% from 255 or 56% from 175); Max value from RGB is 98 - color contains mainly: blue. Hex color #123B62 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #123B62 is #EDC49D. Grayscale: #323232. Windows color (decimal): -15582366 or 6437650. OLE color: 6437650.
HSL color Cylindrical-coordinate representation of color #123B62: hue angle of 209.25º degrees, saturation: 0.69, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #123B62 is Cyan = 0.82, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 18 | 59 | 98 | - |
| CMYK | 0.82 | 0.40 | 0 | 0.62 |
| HSL | 209.25º | 0.69% | 0.23% | - |
| HSV(B) | 209.25º | 0.82% | 0.38% | - |
| XYZ | 4.02 | 4.14 | 12.14 | - |
| YUV | 51.19 | 154.42 | 104.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 59 | 98 | 0.82 | 0.40 | 0 | 0.62 | 209.25 | 0.69 | 0.23 |
| Hex | 12 | 3B | 62 | 52 | 28 | 0 | 3E | D1 | 45 | 17 |
| Octal | 22 | 73 | 142 | 122 | 50 | 0 | 76 | 321 | 105 | 27 |
| Binary | 10010 | 111011 | 1100010 | 1010010 | 101000 | 0 | 111110 | 11010001 | 1000101 | 10111 |
Color Harmonies of #123B62
Complementary color
Monochromatic Colors of #123B62
Black with #123B62
Text Example
Text Example
White with #123B62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #123B62; }
p { color: rgb(18,59,98); }
H1.HeaderClassName
{
color: #123B62;
}
.AnyTagClassName
{
color: #123B62;
}
</style>
background-color css
<style>
a { background-color: #123B62; }
a { background-color: rgb(18,59,98); }
div.DivClassName
{
background-color: #123B62;
}
.BgClassName
{
background-color: #123B62;
}
</style>
border-color css
<style>
span { border-color: #123B62; }
span { border-color: rgb(18,59,98); }
td.TdClassName
{
border-color: #123B62;
}
.TagClassName
{
border-color: #123B62;
}
</style>