Shades of Regal Blue #123354
Tints of Regal Blue #123354
RGB
CMYK
RGB Variations
Color information
#123354 (or 0x123354) is known color: Regal Blue. HEX triplet: 12, 33 and 54. RGB value is (18,51,84). Sum of RGB (Red+Green+Blue) = 18+51+84=153 (20% of max value = 765). Red value is 18 (7.42% from 255 or 11.76% from 153); Green value is 51 (20.31% from 255 or 33.33% from 153); Blue value is 84 (33.20% from 255 or 54.90% from 153); Max value from RGB is 84 - color contains mainly: blue. Hex color #123354 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #123354 is #EDCCAB. Grayscale: #2C2C2C. Windows color (decimal): -15584428 or 5518098. OLE color: 5518098.
HSL color Cylindrical-coordinate representation of color #123354: hue angle of 210º degrees, saturation: 0.65, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #123354 is Cyan = 0.79, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 18 | 51 | 84 | - |
| CMYK | 0.79 | 0.39 | 0 | 0.67 |
| HSL | 210º | 0.65% | 0.2% | - |
| HSV(B) | 210º | 0.79% | 0.33% | - |
| XYZ | 3.03 | 3.14 | 8.83 | - |
| YUV | 44.9 | 150.07 | 108.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 51 | 84 | 0.79 | 0.39 | 0 | 0.67 | 210 | 0.65 | 0.2 |
| Hex | 12 | 33 | 54 | 4F | 27 | 0 | 43 | D2 | 41 | 14 |
| Octal | 22 | 63 | 124 | 117 | 47 | 0 | 103 | 322 | 101 | 24 |
| Binary | 10010 | 110011 | 1010100 | 1001111 | 100111 | 0 | 1000011 | 11010010 | 1000001 | 10100 |
Color Harmonies of #123354
Complementary color
Monochromatic Colors of #123354
Black with #123354
Text Example
Text Example
White with #123354
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #123354; }
p { color: rgb(18,51,84); }
H1.HeaderClassName
{
color: #123354;
}
.AnyTagClassName
{
color: #123354;
}
</style>
background-color css
<style>
a { background-color: #123354; }
a { background-color: rgb(18,51,84); }
div.DivClassName
{
background-color: #123354;
}
.BgClassName
{
background-color: #123354;
}
</style>
border-color css
<style>
span { border-color: #123354; }
span { border-color: rgb(18,51,84); }
td.TdClassName
{
border-color: #123354;
}
.TagClassName
{
border-color: #123354;
}
</style>