Shades of Regal Blue #123A5A
Tints of Regal Blue #123A5A
RGB
CMYK
RGB Variations
Color information
#123A5A (or 0x123A5A) is known color: Regal Blue. HEX triplet: 12, 3A and 5A. RGB value is (18,58,90). Sum of RGB (Red+Green+Blue) = 18+58+90=166 (21% of max value = 765). Red value is 18 (7.42% from 255 or 10.84% from 166); Green value is 58 (23.05% from 255 or 34.94% from 166); Blue value is 90 (35.55% from 255 or 54.22% from 166); Max value from RGB is 90 - color contains mainly: blue. Hex color #123A5A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #123A5A is #EDC5A5. Grayscale: #313131. Windows color (decimal): -15582630 or 5913106. OLE color: 5913106.
HSL color Cylindrical-coordinate representation of color #123A5A: hue angle of 206.67º degrees, saturation: 0.67, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #123A5A is Cyan = 0.80, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 18 | 58 | 90 | - |
| CMYK | 0.80 | 0.36 | 0 | 0.65 |
| HSL | 206.67º | 0.67% | 0.21% | - |
| HSV(B) | 206.67º | 0.8% | 0.35% | - |
| XYZ | 3.61 | 3.89 | 10.23 | - |
| YUV | 49.69 | 150.75 | 105.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 58 | 90 | 0.80 | 0.36 | 0 | 0.65 | 206.67 | 0.67 | 0.21 |
| Hex | 12 | 3A | 5A | 50 | 24 | 0 | 41 | CF | 43 | 15 |
| Octal | 22 | 72 | 132 | 120 | 44 | 0 | 101 | 317 | 103 | 25 |
| Binary | 10010 | 111010 | 1011010 | 1010000 | 100100 | 0 | 1000001 | 11001111 | 1000011 | 10101 |
Color Harmonies of #123A5A
Complementary color
Monochromatic Colors of #123A5A
Black with #123A5A
Text Example
Text Example
White with #123A5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #123A5A; }
p { color: rgb(18,58,90); }
H1.HeaderClassName
{
color: #123A5A;
}
.AnyTagClassName
{
color: #123A5A;
}
</style>
background-color css
<style>
a { background-color: #123A5A; }
a { background-color: rgb(18,58,90); }
div.DivClassName
{
background-color: #123A5A;
}
.BgClassName
{
background-color: #123A5A;
}
</style>
border-color css
<style>
span { border-color: #123A5A; }
span { border-color: rgb(18,58,90); }
td.TdClassName
{
border-color: #123A5A;
}
.TagClassName
{
border-color: #123A5A;
}
</style>