Shades of Regal Blue #13385C
Tints of Regal Blue #13385C
RGB
CMYK
RGB Variations
Color information
#13385C (or 0x13385C) is known color: Regal Blue. HEX triplet: 13, 38 and 5C. RGB value is (19,56,92). Sum of RGB (Red+Green+Blue) = 19+56+92=167 (22% of max value = 765). Red value is 19 (7.81% from 255 or 11.38% from 167); Green value is 56 (22.27% from 255 or 33.53% from 167); Blue value is 92 (36.33% from 255 or 55.09% from 167); Max value from RGB is 92 - color contains mainly: blue. Hex color #13385C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #13385C is #ECC7A3. Grayscale: #303030. Windows color (decimal): -15517604 or 6043667. OLE color: 6043667.
HSL color Cylindrical-coordinate representation of color #13385C: hue angle of 209.59º degrees, saturation: 0.66, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #13385C is Cyan = 0.79, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 19 | 56 | 92 | - |
| CMYK | 0.79 | 0.39 | 0 | 0.64 |
| HSL | 209.59º | 0.66% | 0.22% | - |
| HSV(B) | 209.59º | 0.79% | 0.36% | - |
| XYZ | 3.61 | 3.74 | 10.66 | - |
| YUV | 49.04 | 152.24 | 106.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 56 | 92 | 0.79 | 0.39 | 0 | 0.64 | 209.59 | 0.66 | 0.22 |
| Hex | 13 | 38 | 5C | 4F | 27 | 0 | 40 | D2 | 42 | 16 |
| Octal | 23 | 70 | 134 | 117 | 47 | 0 | 100 | 322 | 102 | 26 |
| Binary | 10011 | 111000 | 1011100 | 1001111 | 100111 | 0 | 1000000 | 11010010 | 1000010 | 10110 |
Color Harmonies of #13385C
Complementary color
Monochromatic Colors of #13385C
Black with #13385C
Text Example
Text Example
White with #13385C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13385C; }
p { color: rgb(19,56,92); }
H1.HeaderClassName
{
color: #13385C;
}
.AnyTagClassName
{
color: #13385C;
}
</style>
background-color css
<style>
a { background-color: #13385C; }
a { background-color: rgb(19,56,92); }
div.DivClassName
{
background-color: #13385C;
}
.BgClassName
{
background-color: #13385C;
}
</style>
border-color css
<style>
span { border-color: #13385C; }
span { border-color: rgb(19,56,92); }
td.TdClassName
{
border-color: #13385C;
}
.TagClassName
{
border-color: #13385C;
}
</style>