Shades of Regal Blue #134266
Tints of Regal Blue #134266
RGB
CMYK
RGB Variations
Color information
#134266 (or 0x134266) is known color: Regal Blue. HEX triplet: 13, 42 and 66. RGB value is (19,66,102). Sum of RGB (Red+Green+Blue) = 19+66+102=187 (24% of max value = 765). Red value is 19 (7.81% from 255 or 10.16% from 187); Green value is 66 (26.17% from 255 or 35.29% from 187); Blue value is 102 (40.23% from 255 or 54.55% from 187); Max value from RGB is 102 - color contains mainly: blue. Hex color #134266 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #134266 is #ECBD99. Grayscale: #373737. Windows color (decimal): -15515034 or 6701587. OLE color: 6701587.
HSL color Cylindrical-coordinate representation of color #134266: hue angle of 206.02º degrees, saturation: 0.69, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #134266 is Cyan = 0.81, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 19 | 66 | 102 | - |
| CMYK | 0.81 | 0.35 | 0 | 0.6 |
| HSL | 206.02º | 0.69% | 0.24% | - |
| HSV(B) | 206.02º | 0.81% | 0.4% | - |
| XYZ | 4.62 | 4.99 | 13.29 | - |
| YUV | 56.05 | 153.93 | 101.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 66 | 102 | 0.81 | 0.35 | 0 | 0.6 | 206.02 | 0.69 | 0.24 |
| Hex | 13 | 42 | 66 | 51 | 23 | 0 | 3C | CE | 45 | 18 |
| Octal | 23 | 102 | 146 | 121 | 43 | 0 | 74 | 316 | 105 | 30 |
| Binary | 10011 | 1000010 | 1100110 | 1010001 | 100011 | 0 | 111100 | 11001110 | 1000101 | 11000 |
Color Harmonies of #134266
Complementary color
Monochromatic Colors of #134266
Black with #134266
Text Example
Text Example
White with #134266
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #134266; }
p { color: rgb(19,66,102); }
H1.HeaderClassName
{
color: #134266;
}
.AnyTagClassName
{
color: #134266;
}
</style>
background-color css
<style>
a { background-color: #134266; }
a { background-color: rgb(19,66,102); }
div.DivClassName
{
background-color: #134266;
}
.BgClassName
{
background-color: #134266;
}
</style>
border-color css
<style>
span { border-color: #134266; }
span { border-color: rgb(19,66,102); }
td.TdClassName
{
border-color: #134266;
}
.TagClassName
{
border-color: #134266;
}
</style>