Shades of Regal Blue #134160
Tints of Regal Blue #134160
RGB
CMYK
RGB Variations
Color information
#134160 (or 0x134160) is known color: Regal Blue. HEX triplet: 13, 41 and 60. RGB value is (19,65,96). Sum of RGB (Red+Green+Blue) = 19+65+96=180 (23% of max value = 765). Red value is 19 (7.81% from 255 or 10.56% from 180); Green value is 65 (25.78% from 255 or 36.11% from 180); Blue value is 96 (37.89% from 255 or 53.33% from 180); Max value from RGB is 96 - color contains mainly: blue. Hex color #134160 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #134160 is #ECBE9F. Grayscale: #363636. Windows color (decimal): -15515296 or 6308115. OLE color: 6308115.
HSL color Cylindrical-coordinate representation of color #134160: hue angle of 204.16º degrees, saturation: 0.67, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #134160 is Cyan = 0.80, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 19 | 65 | 96 | - |
| CMYK | 0.80 | 0.32 | 0 | 0.62 |
| HSL | 204.16º | 0.67% | 0.23% | - |
| HSV(B) | 204.16º | 0.8% | 0.38% | - |
| XYZ | 4.27 | 4.76 | 11.76 | - |
| YUV | 54.78 | 151.26 | 102.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 65 | 96 | 0.80 | 0.32 | 0 | 0.62 | 204.16 | 0.67 | 0.23 |
| Hex | 13 | 41 | 60 | 50 | 20 | 0 | 3E | CC | 43 | 17 |
| Octal | 23 | 101 | 140 | 120 | 40 | 0 | 76 | 314 | 103 | 27 |
| Binary | 10011 | 1000001 | 1100000 | 1010000 | 100000 | 0 | 111110 | 11001100 | 1000011 | 10111 |
Color Harmonies of #134160
Complementary color
Monochromatic Colors of #134160
Black with #134160
Text Example
Text Example
White with #134160
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #134160; }
p { color: rgb(19,65,96); }
H1.HeaderClassName
{
color: #134160;
}
.AnyTagClassName
{
color: #134160;
}
</style>
background-color css
<style>
a { background-color: #134160; }
a { background-color: rgb(19,65,96); }
div.DivClassName
{
background-color: #134160;
}
.BgClassName
{
background-color: #134160;
}
</style>
border-color css
<style>
span { border-color: #134160; }
span { border-color: rgb(19,65,96); }
td.TdClassName
{
border-color: #134160;
}
.TagClassName
{
border-color: #134160;
}
</style>