Shades of Navy Blue #135BDC
Tints of Navy Blue #135BDC
RGB
CMYK
RGB Variations
Color information
#135BDC (or 0x135BDC) is known color: Navy Blue. HEX triplet: 13, 5B and DC. RGB value is (19,91,220). Sum of RGB (Red+Green+Blue) = 19+91+220=330 (43% of max value = 765). Red value is 19 (7.81% from 255 or 5.76% from 330); Green value is 91 (35.94% from 255 or 27.58% from 330); Blue value is 220 (86.33% from 255 or 66.67% from 330); Max value from RGB is 220 - color contains mainly: blue. Hex color #135BDC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #135BDC is #ECA423. Grayscale: #535353. Windows color (decimal): -15508516 or 14441235. OLE color: 14441235.
HSL color Cylindrical-coordinate representation of color #135BDC: hue angle of 218.51º degrees, saturation: 0.84, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #135BDC is Cyan = 0.91, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 19 | 91 | 220 | - |
| CMYK | 0.91 | 0.59 | 0 | 0.14 |
| HSL | 218.51º | 0.84% | 0.47% | - |
| HSV(B) | 218.51º | 0.91% | 0.86% | - |
| XYZ | 16.93 | 12.79 | 69.29 | - |
| YUV | 84.18 | 204.65 | 81.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 91 | 220 | 0.91 | 0.59 | 0 | 0.14 | 218.51 | 0.84 | 0.47 |
| Hex | 13 | 5B | DC | 5B | 3B | 0 | E | DB | 54 | 2F |
| Octal | 23 | 133 | 334 | 133 | 73 | 0 | 16 | 333 | 124 | 57 |
| Binary | 10011 | 1011011 | 11011100 | 1011011 | 111011 | 0 | 1110 | 11011011 | 1010100 | 101111 |
Color Harmonies of #135BDC
Complementary color
Monochromatic Colors of #135BDC
Black with #135BDC
Text Example
Text Example
White with #135BDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #135BDC; }
p { color: rgb(19,91,220); }
H1.HeaderClassName
{
color: #135BDC;
}
.AnyTagClassName
{
color: #135BDC;
}
</style>
background-color css
<style>
a { background-color: #135BDC; }
a { background-color: rgb(19,91,220); }
div.DivClassName
{
background-color: #135BDC;
}
.BgClassName
{
background-color: #135BDC;
}
</style>
border-color css
<style>
span { border-color: #135BDC; }
span { border-color: rgb(19,91,220); }
td.TdClassName
{
border-color: #135BDC;
}
.TagClassName
{
border-color: #135BDC;
}
</style>