Shades of Regal Blue #123B5C
Tints of Regal Blue #123B5C
RGB
CMYK
RGB Variations
Color information
#123B5C (or 0x123B5C) is known color: Regal Blue. HEX triplet: 12, 3B and 5C. RGB value is (18,59,92). Sum of RGB (Red+Green+Blue) = 18+59+92=169 (22% of max value = 765). Red value is 18 (7.42% from 255 or 10.65% from 169); Green value is 59 (23.44% from 255 or 34.91% from 169); Blue value is 92 (36.33% from 255 or 54.44% from 169); Max value from RGB is 92 - color contains mainly: blue. Hex color #123B5C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #123B5C is #EDC4A3. Grayscale: #323232. Windows color (decimal): -15582372 or 6044434. OLE color: 6044434.
HSL color Cylindrical-coordinate representation of color #123B5C: hue angle of 206.76º degrees, saturation: 0.67, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #123B5C is Cyan = 0.80, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 18 | 59 | 92 | - |
| CMYK | 0.80 | 0.36 | 0 | 0.64 |
| HSL | 206.76º | 0.67% | 0.22% | - |
| HSV(B) | 206.76º | 0.8% | 0.36% | - |
| XYZ | 3.75 | 4.03 | 10.71 | - |
| YUV | 50.5 | 151.42 | 104.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 59 | 92 | 0.80 | 0.36 | 0 | 0.64 | 206.76 | 0.67 | 0.22 |
| Hex | 12 | 3B | 5C | 50 | 24 | 0 | 40 | CF | 43 | 16 |
| Octal | 22 | 73 | 134 | 120 | 44 | 0 | 100 | 317 | 103 | 26 |
| Binary | 10010 | 111011 | 1011100 | 1010000 | 100100 | 0 | 1000000 | 11001111 | 1000011 | 10110 |
Color Harmonies of #123B5C
Complementary color
Monochromatic Colors of #123B5C
Black with #123B5C
Text Example
Text Example
White with #123B5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #123B5C; }
p { color: rgb(18,59,92); }
H1.HeaderClassName
{
color: #123B5C;
}
.AnyTagClassName
{
color: #123B5C;
}
</style>
background-color css
<style>
a { background-color: #123B5C; }
a { background-color: rgb(18,59,92); }
div.DivClassName
{
background-color: #123B5C;
}
.BgClassName
{
background-color: #123B5C;
}
</style>
border-color css
<style>
span { border-color: #123B5C; }
span { border-color: rgb(18,59,92); }
td.TdClassName
{
border-color: #123B5C;
}
.TagClassName
{
border-color: #123B5C;
}
</style>