Shades of Regal Blue #134163
Tints of Regal Blue #134163
RGB
CMYK
RGB Variations
Color information
#134163 (or 0x134163) is known color: Regal Blue. HEX triplet: 13, 41 and 63. RGB value is (19,65,99). Sum of RGB (Red+Green+Blue) = 19+65+99=183 (24% of max value = 765). Red value is 19 (7.81% from 255 or 10.38% from 183); Green value is 65 (25.78% from 255 or 35.52% from 183); Blue value is 99 (39.06% from 255 or 54.10% from 183); Max value from RGB is 99 - color contains mainly: blue. Hex color #134163 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #134163 is #ECBE9C. Grayscale: #363636. Windows color (decimal): -15515293 or 6504723. OLE color: 6504723.
HSL color Cylindrical-coordinate representation of color #134163: hue angle of 205.5º 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 #134163 is Cyan = 0.81, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 19 | 65 | 99 | - |
| CMYK | 0.81 | 0.34 | 0 | 0.61 |
| HSL | 205.5º | 0.68% | 0.23% | - |
| HSV(B) | 205.5º | 0.81% | 0.39% | - |
| XYZ | 4.41 | 4.82 | 12.5 | - |
| YUV | 55.12 | 152.76 | 102.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 65 | 99 | 0.81 | 0.34 | 0 | 0.61 | 205.5 | 0.68 | 0.23 |
| Hex | 13 | 41 | 63 | 51 | 22 | 0 | 3D | CE | 44 | 17 |
| Octal | 23 | 101 | 143 | 121 | 42 | 0 | 75 | 316 | 104 | 27 |
| Binary | 10011 | 1000001 | 1100011 | 1010001 | 100010 | 0 | 111101 | 11001110 | 1000100 | 10111 |
Color Harmonies of #134163
Complementary color
Monochromatic Colors of #134163
Black with #134163
Text Example
Text Example
White with #134163
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #134163; }
p { color: rgb(19,65,99); }
H1.HeaderClassName
{
color: #134163;
}
.AnyTagClassName
{
color: #134163;
}
</style>
background-color css
<style>
a { background-color: #134163; }
a { background-color: rgb(19,65,99); }
div.DivClassName
{
background-color: #134163;
}
.BgClassName
{
background-color: #134163;
}
</style>
border-color css
<style>
span { border-color: #134163; }
span { border-color: rgb(19,65,99); }
td.TdClassName
{
border-color: #134163;
}
.TagClassName
{
border-color: #134163;
}
</style>