Shades of Regal Blue #133658
Tints of Regal Blue #133658
RGB
CMYK
RGB Variations
Color information
#133658 (or 0x133658) is known color: Regal Blue. HEX triplet: 13, 36 and 58. RGB value is (19,54,88). Sum of RGB (Red+Green+Blue) = 19+54+88=161 (21% of max value = 765). Red value is 19 (7.81% from 255 or 11.80% from 161); Green value is 54 (21.48% from 255 or 33.54% from 161); Blue value is 88 (34.77% from 255 or 54.66% from 161); Max value from RGB is 88 - color contains mainly: blue. Hex color #133658 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #133658 is #ECC9A7. Grayscale: #2F2F2F. Windows color (decimal): -15518120 or 5781011. OLE color: 5781011.
HSL color Cylindrical-coordinate representation of color #133658: hue angle of 209.57º degrees, saturation: 0.64, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #133658 is Cyan = 0.78, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 19 | 54 | 88 | - |
| CMYK | 0.78 | 0.39 | 0 | 0.65 |
| HSL | 209.57º | 0.64% | 0.21% | - |
| HSV(B) | 209.57º | 0.78% | 0.35% | - |
| XYZ | 3.35 | 3.48 | 9.73 | - |
| YUV | 47.41 | 150.9 | 107.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 54 | 88 | 0.78 | 0.39 | 0 | 0.65 | 209.57 | 0.64 | 0.21 |
| Hex | 13 | 36 | 58 | 4E | 27 | 0 | 41 | D2 | 40 | 15 |
| Octal | 23 | 66 | 130 | 116 | 47 | 0 | 101 | 322 | 100 | 25 |
| Binary | 10011 | 110110 | 1011000 | 1001110 | 100111 | 0 | 1000001 | 11010010 | 1000000 | 10101 |
Color Harmonies of #133658
Complementary color
Monochromatic Colors of #133658
Black with #133658
Text Example
Text Example
White with #133658
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #133658; }
p { color: rgb(19,54,88); }
H1.HeaderClassName
{
color: #133658;
}
.AnyTagClassName
{
color: #133658;
}
</style>
background-color css
<style>
a { background-color: #133658; }
a { background-color: rgb(19,54,88); }
div.DivClassName
{
background-color: #133658;
}
.BgClassName
{
background-color: #133658;
}
</style>
border-color css
<style>
span { border-color: #133658; }
span { border-color: rgb(19,54,88); }
td.TdClassName
{
border-color: #133658;
}
.TagClassName
{
border-color: #133658;
}
</style>