Shades of Regal Blue #133F68
Tints of Regal Blue #133F68
RGB
CMYK
RGB Variations
Color information
#133F68 (or 0x133F68) is known color: Regal Blue. HEX triplet: 13, 3F and 68. RGB value is (19,63,104). Sum of RGB (Red+Green+Blue) = 19+63+104=186 (24% of max value = 765). Red value is 19 (7.81% from 255 or 10.22% from 186); Green value is 63 (25% from 255 or 33.87% from 186); Blue value is 104 (41.02% from 255 or 55.91% from 186); Max value from RGB is 104 - color contains mainly: blue. Hex color #133F68 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #133F68 is #ECC097. Grayscale: #363636. Windows color (decimal): -15515800 or 6831891. OLE color: 6831891.
HSL color Cylindrical-coordinate representation of color #133F68: hue angle of 208.94º 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 #133F68 is Cyan = 0.82, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 19 | 63 | 104 | - |
| CMYK | 0.82 | 0.39 | 0 | 0.59 |
| HSL | 208.94º | 0.69% | 0.24% | - |
| HSV(B) | 208.94º | 0.82% | 0.41% | - |
| XYZ | 4.54 | 4.69 | 13.76 | - |
| YUV | 54.52 | 155.92 | 102.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 63 | 104 | 0.82 | 0.39 | 0 | 0.59 | 208.94 | 0.69 | 0.24 |
| Hex | 13 | 3F | 68 | 52 | 27 | 0 | 3B | D1 | 45 | 18 |
| Octal | 23 | 77 | 150 | 122 | 47 | 0 | 73 | 321 | 105 | 30 |
| Binary | 10011 | 111111 | 1101000 | 1010010 | 100111 | 0 | 111011 | 11010001 | 1000101 | 11000 |
Color Harmonies of #133F68
Complementary color
Monochromatic Colors of #133F68
Black with #133F68
Text Example
Text Example
White with #133F68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #133F68; }
p { color: rgb(19,63,104); }
H1.HeaderClassName
{
color: #133F68;
}
.AnyTagClassName
{
color: #133F68;
}
</style>
background-color css
<style>
a { background-color: #133F68; }
a { background-color: rgb(19,63,104); }
div.DivClassName
{
background-color: #133F68;
}
.BgClassName
{
background-color: #133F68;
}
</style>
border-color css
<style>
span { border-color: #133F68; }
span { border-color: rgb(19,63,104); }
td.TdClassName
{
border-color: #133F68;
}
.TagClassName
{
border-color: #133F68;
}
</style>