Shades of Regal Blue #134168
Tints of Regal Blue #134168
RGB
CMYK
RGB Variations
Color information
#134168 (or 0x134168) is known color: Regal Blue. HEX triplet: 13, 41 and 68. RGB value is (19,65,104). Sum of RGB (Red+Green+Blue) = 19+65+104=188 (24% of max value = 765). Red value is 19 (7.81% from 255 or 10.11% from 188); Green value is 65 (25.78% from 255 or 34.57% from 188); Blue value is 104 (41.02% from 255 or 55.32% from 188); Max value from RGB is 104 - color contains mainly: blue. Hex color #134168 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #134168 is #ECBE97. Grayscale: #373737. Windows color (decimal): -15515288 or 6832403. OLE color: 6832403.
HSL color Cylindrical-coordinate representation of color #134168: hue angle of 207.53º degrees, saturation: 0.69, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #134168 is Cyan = 0.82, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 19 | 65 | 104 | - |
| CMYK | 0.82 | 0.38 | 0 | 0.59 |
| HSL | 207.53º | 0.69% | 0.24% | - |
| HSV(B) | 207.53º | 0.82% | 0.41% | - |
| XYZ | 4.66 | 4.92 | 13.8 | - |
| YUV | 55.69 | 155.26 | 101.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 65 | 104 | 0.82 | 0.38 | 0 | 0.59 | 207.53 | 0.69 | 0.24 |
| Hex | 13 | 41 | 68 | 52 | 26 | 0 | 3B | D0 | 45 | 18 |
| Octal | 23 | 101 | 150 | 122 | 46 | 0 | 73 | 320 | 105 | 30 |
| Binary | 10011 | 1000001 | 1101000 | 1010010 | 100110 | 0 | 111011 | 11010000 | 1000101 | 11000 |
Color Harmonies of #134168
Complementary color
Monochromatic Colors of #134168
Black with #134168
Text Example
Text Example
White with #134168
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #134168; }
p { color: rgb(19,65,104); }
H1.HeaderClassName
{
color: #134168;
}
.AnyTagClassName
{
color: #134168;
}
</style>
background-color css
<style>
a { background-color: #134168; }
a { background-color: rgb(19,65,104); }
div.DivClassName
{
background-color: #134168;
}
.BgClassName
{
background-color: #134168;
}
</style>
border-color css
<style>
span { border-color: #134168; }
span { border-color: rgb(19,65,104); }
td.TdClassName
{
border-color: #134168;
}
.TagClassName
{
border-color: #134168;
}
</style>