Shades of Regal Blue #134365
Tints of Regal Blue #134365
RGB
CMYK
RGB Variations
Color information
#134365 (or 0x134365) is known color: Regal Blue. HEX triplet: 13, 43 and 65. RGB value is (19,67,101). Sum of RGB (Red+Green+Blue) = 19+67+101=187 (24% of max value = 765). Red value is 19 (7.81% from 255 or 10.16% from 187); Green value is 67 (26.56% from 255 or 35.83% from 187); Blue value is 101 (39.84% from 255 or 54.01% from 187); Max value from RGB is 101 - color contains mainly: blue. Hex color #134365 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #134365 is #ECBC9A. Grayscale: #383838. Windows color (decimal): -15514779 or 6636307. OLE color: 6636307.
HSL color Cylindrical-coordinate representation of color #134365: hue angle of 204.88º degrees, saturation: 0.68, 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 #134365 is Cyan = 0.81, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 19 | 67 | 101 | - |
| CMYK | 0.81 | 0.34 | 0 | 0.60 |
| HSL | 204.88º | 0.68% | 0.24% | - |
| HSV(B) | 204.88º | 0.81% | 0.4% | - |
| XYZ | 4.62 | 5.09 | 13.05 | - |
| YUV | 56.52 | 153.1 | 101.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 67 | 101 | 0.81 | 0.34 | 0 | 0.60 | 204.88 | 0.68 | 0.24 |
| Hex | 13 | 43 | 65 | 51 | 22 | 0 | 3C | CD | 44 | 18 |
| Octal | 23 | 103 | 145 | 121 | 42 | 0 | 74 | 315 | 104 | 30 |
| Binary | 10011 | 1000011 | 1100101 | 1010001 | 100010 | 0 | 111100 | 11001101 | 1000100 | 11000 |
Color Harmonies of #134365
Complementary color
Monochromatic Colors of #134365
Black with #134365
Text Example
Text Example
White with #134365
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #134365; }
p { color: rgb(19,67,101); }
H1.HeaderClassName
{
color: #134365;
}
.AnyTagClassName
{
color: #134365;
}
</style>
background-color css
<style>
a { background-color: #134365; }
a { background-color: rgb(19,67,101); }
div.DivClassName
{
background-color: #134365;
}
.BgClassName
{
background-color: #134365;
}
</style>
border-color css
<style>
span { border-color: #134365; }
span { border-color: rgb(19,67,101); }
td.TdClassName
{
border-color: #134365;
}
.TagClassName
{
border-color: #134365;
}
</style>