Shades of Regal Blue #133C5F
Tints of Regal Blue #133C5F
RGB
CMYK
RGB Variations
Color information
#133C5F (or 0x133C5F) is known color: Regal Blue. HEX triplet: 13, 3C and 5F. RGB value is (19,60,95). Sum of RGB (Red+Green+Blue) = 19+60+95=174 (23% of max value = 765). Red value is 19 (7.81% from 255 or 10.92% from 174); Green value is 60 (23.83% from 255 or 34.48% from 174); Blue value is 95 (37.5% from 255 or 54.60% from 174); Max value from RGB is 95 - color contains mainly: blue. Hex color #133C5F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #133C5F is #ECC3A0. Grayscale: #333333. Windows color (decimal): -15516577 or 6241299. OLE color: 6241299.
HSL color Cylindrical-coordinate representation of color #133C5F: hue angle of 207.63º degrees, saturation: 0.67, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #133C5F is Cyan = 0.80, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 19 | 60 | 95 | - |
| CMYK | 0.80 | 0.37 | 0 | 0.63 |
| HSL | 207.63º | 0.67% | 0.22% | - |
| HSV(B) | 207.63º | 0.8% | 0.37% | - |
| XYZ | 3.95 | 4.2 | 11.43 | - |
| YUV | 51.73 | 152.42 | 104.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 60 | 95 | 0.80 | 0.37 | 0 | 0.63 | 207.63 | 0.67 | 0.22 |
| Hex | 13 | 3C | 5F | 50 | 25 | 0 | 3F | D0 | 43 | 16 |
| Octal | 23 | 74 | 137 | 120 | 45 | 0 | 77 | 320 | 103 | 26 |
| Binary | 10011 | 111100 | 1011111 | 1010000 | 100101 | 0 | 111111 | 11010000 | 1000011 | 10110 |
Color Harmonies of #133C5F
Complementary color
Monochromatic Colors of #133C5F
Black with #133C5F
Text Example
Text Example
White with #133C5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #133C5F; }
p { color: rgb(19,60,95); }
H1.HeaderClassName
{
color: #133C5F;
}
.AnyTagClassName
{
color: #133C5F;
}
</style>
background-color css
<style>
a { background-color: #133C5F; }
a { background-color: rgb(19,60,95); }
div.DivClassName
{
background-color: #133C5F;
}
.BgClassName
{
background-color: #133C5F;
}
</style>
border-color css
<style>
span { border-color: #133C5F; }
span { border-color: rgb(19,60,95); }
td.TdClassName
{
border-color: #133C5F;
}
.TagClassName
{
border-color: #133C5F;
}
</style>