Shades of Regal Blue #134063
Tints of Regal Blue #134063
RGB
CMYK
RGB Variations
Color information
#134063 (or 0x134063) is known color: Regal Blue. HEX triplet: 13, 40 and 63. RGB value is (19,64,99). Sum of RGB (Red+Green+Blue) = 19+64+99=182 (24% of max value = 765). Red value is 19 (7.81% from 255 or 10.44% from 182); Green value is 64 (25.39% from 255 or 35.16% from 182); Blue value is 99 (39.06% from 255 or 54.40% from 182); Max value from RGB is 99 - color contains mainly: blue. Hex color #134063 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #134063 is #ECBF9C. Grayscale: #363636. Windows color (decimal): -15515549 or 6504467. OLE color: 6504467.
HSL color Cylindrical-coordinate representation of color #134063: hue angle of 206.25º degrees, saturation: 0.68, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #134063 is Cyan = 0.81, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 19 | 64 | 99 | - |
| CMYK | 0.81 | 0.35 | 0 | 0.61 |
| HSL | 206.25º | 0.68% | 0.23% | - |
| HSV(B) | 206.25º | 0.81% | 0.39% | - |
| XYZ | 4.35 | 4.71 | 12.48 | - |
| YUV | 54.54 | 153.09 | 102.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 64 | 99 | 0.81 | 0.35 | 0 | 0.61 | 206.25 | 0.68 | 0.23 |
| Hex | 13 | 40 | 63 | 51 | 23 | 0 | 3D | CE | 44 | 17 |
| Octal | 23 | 100 | 143 | 121 | 43 | 0 | 75 | 316 | 104 | 27 |
| Binary | 10011 | 1000000 | 1100011 | 1010001 | 100011 | 0 | 111101 | 11001110 | 1000100 | 10111 |
Color Harmonies of #134063
Complementary color
Monochromatic Colors of #134063
Black with #134063
Text Example
Text Example
White with #134063
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #134063; }
p { color: rgb(19,64,99); }
H1.HeaderClassName
{
color: #134063;
}
.AnyTagClassName
{
color: #134063;
}
</style>
background-color css
<style>
a { background-color: #134063; }
a { background-color: rgb(19,64,99); }
div.DivClassName
{
background-color: #134063;
}
.BgClassName
{
background-color: #134063;
}
</style>
border-color css
<style>
span { border-color: #134063; }
span { border-color: rgb(19,64,99); }
td.TdClassName
{
border-color: #134063;
}
.TagClassName
{
border-color: #134063;
}
</style>