Shades of Regal Blue #134367
Tints of Regal Blue #134367
RGB
CMYK
RGB Variations
Color information
#134367 (or 0x134367) is known color: Regal Blue. HEX triplet: 13, 43 and 67. RGB value is (19,67,103). Sum of RGB (Red+Green+Blue) = 19+67+103=189 (25% of max value = 765). Red value is 19 (7.81% from 255 or 10.05% from 189); Green value is 67 (26.56% from 255 or 35.45% from 189); Blue value is 103 (40.62% from 255 or 54.50% from 189); Max value from RGB is 103 - color contains mainly: blue. Hex color #134367 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #134367 is #ECBC98. Grayscale: #383838. Windows color (decimal): -15514777 or 6767379. OLE color: 6767379.
HSL color Cylindrical-coordinate representation of color #134367: hue angle of 205.71º degrees, saturation: 0.69, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #134367 is Cyan = 0.82, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 19 | 67 | 103 | - |
| CMYK | 0.82 | 0.35 | 0 | 0.60 |
| HSL | 205.71º | 0.69% | 0.24% | - |
| HSV(B) | 205.71º | 0.82% | 0.4% | - |
| XYZ | 4.72 | 5.13 | 13.57 | - |
| YUV | 56.75 | 154.1 | 101.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 67 | 103 | 0.82 | 0.35 | 0 | 0.60 | 205.71 | 0.69 | 0.24 |
| Hex | 13 | 43 | 67 | 52 | 23 | 0 | 3C | CE | 45 | 18 |
| Octal | 23 | 103 | 147 | 122 | 43 | 0 | 74 | 316 | 105 | 30 |
| Binary | 10011 | 1000011 | 1100111 | 1010010 | 100011 | 0 | 111100 | 11001110 | 1000101 | 11000 |
Color Harmonies of #134367
Complementary color
Monochromatic Colors of #134367
Black with #134367
Text Example
Text Example
White with #134367
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #134367; }
p { color: rgb(19,67,103); }
H1.HeaderClassName
{
color: #134367;
}
.AnyTagClassName
{
color: #134367;
}
</style>
background-color css
<style>
a { background-color: #134367; }
a { background-color: rgb(19,67,103); }
div.DivClassName
{
background-color: #134367;
}
.BgClassName
{
background-color: #134367;
}
</style>
border-color css
<style>
span { border-color: #134367; }
span { border-color: rgb(19,67,103); }
td.TdClassName
{
border-color: #134367;
}
.TagClassName
{
border-color: #134367;
}
</style>