Shades of Regal Blue #134064
Tints of Regal Blue #134064
RGB
CMYK
RGB Variations
Color information
#134064 (or 0x134064) is known color: Regal Blue. HEX triplet: 13, 40 and 64. RGB value is (19,64,100). Sum of RGB (Red+Green+Blue) = 19+64+100=183 (24% of max value = 765). Red value is 19 (7.81% from 255 or 10.38% from 183); Green value is 64 (25.39% from 255 or 34.97% from 183); Blue value is 100 (39.45% from 255 or 54.64% from 183); Max value from RGB is 100 - color contains mainly: blue. Hex color #134064 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #134064 is #ECBF9B. Grayscale: #363636. Windows color (decimal): -15515548 or 6570003. OLE color: 6570003.
HSL color Cylindrical-coordinate representation of color #134064: hue angle of 206.67º 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 #134064 is Cyan = 0.81, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 19 | 64 | 100 | - |
| CMYK | 0.81 | 0.36 | 0 | 0.61 |
| HSL | 206.67º | 0.68% | 0.23% | - |
| HSV(B) | 206.67º | 0.81% | 0.39% | - |
| XYZ | 4.4 | 4.73 | 12.74 | - |
| YUV | 54.65 | 153.59 | 102.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 64 | 100 | 0.81 | 0.36 | 0 | 0.61 | 206.67 | 0.68 | 0.23 |
| Hex | 13 | 40 | 64 | 51 | 24 | 0 | 3D | CF | 44 | 17 |
| Octal | 23 | 100 | 144 | 121 | 44 | 0 | 75 | 317 | 104 | 27 |
| Binary | 10011 | 1000000 | 1100100 | 1010001 | 100100 | 0 | 111101 | 11001111 | 1000100 | 10111 |
Color Harmonies of #134064
Complementary color
Monochromatic Colors of #134064
Black with #134064
Text Example
Text Example
White with #134064
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #134064; }
p { color: rgb(19,64,100); }
H1.HeaderClassName
{
color: #134064;
}
.AnyTagClassName
{
color: #134064;
}
</style>
background-color css
<style>
a { background-color: #134064; }
a { background-color: rgb(19,64,100); }
div.DivClassName
{
background-color: #134064;
}
.BgClassName
{
background-color: #134064;
}
</style>
border-color css
<style>
span { border-color: #134064; }
span { border-color: rgb(19,64,100); }
td.TdClassName
{
border-color: #134064;
}
.TagClassName
{
border-color: #134064;
}
</style>