Shades of Navy Blue #135BDB
Tints of Navy Blue #135BDB
RGB
CMYK
RGB Variations
Color information
#135BDB (or 0x135BDB) is known color: Navy Blue. HEX triplet: 13, 5B and DB. RGB value is (19,91,219). Sum of RGB (Red+Green+Blue) = 19+91+219=329 (43% of max value = 765). Red value is 19 (7.81% from 255 or 5.78% from 329); Green value is 91 (35.94% from 255 or 27.66% from 329); Blue value is 219 (85.94% from 255 or 66.57% from 329); Max value from RGB is 219 - color contains mainly: blue. Hex color #135BDB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #135BDB is #ECA424. Grayscale: #535353. Windows color (decimal): -15508517 or 14375699. OLE color: 14375699.
HSL color Cylindrical-coordinate representation of color #135BDB: hue angle of 218.4º 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 #135BDB is Cyan = 0.91, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 19 | 91 | 219 | - |
| CMYK | 0.91 | 0.58 | 0 | 0.14 |
| HSL | 218.4º | 0.84% | 0.47% | - |
| HSV(B) | 218.4º | 0.91% | 0.86% | - |
| XYZ | 16.8 | 12.74 | 68.59 | - |
| YUV | 84.06 | 204.15 | 81.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 91 | 219 | 0.91 | 0.58 | 0 | 0.14 | 218.4 | 0.84 | 0.47 |
| Hex | 13 | 5B | DB | 5B | 3A | 0 | E | DA | 54 | 2F |
| Octal | 23 | 133 | 333 | 133 | 72 | 0 | 16 | 332 | 124 | 57 |
| Binary | 10011 | 1011011 | 11011011 | 1011011 | 111010 | 0 | 1110 | 11011010 | 1010100 | 101111 |
Color Harmonies of #135BDB
Complementary color
Monochromatic Colors of #135BDB
Black with #135BDB
Text Example
Text Example
White with #135BDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #135BDB; }
p { color: rgb(19,91,219); }
H1.HeaderClassName
{
color: #135BDB;
}
.AnyTagClassName
{
color: #135BDB;
}
</style>
background-color css
<style>
a { background-color: #135BDB; }
a { background-color: rgb(19,91,219); }
div.DivClassName
{
background-color: #135BDB;
}
.BgClassName
{
background-color: #135BDB;
}
</style>
border-color css
<style>
span { border-color: #135BDB; }
span { border-color: rgb(19,91,219); }
td.TdClassName
{
border-color: #135BDB;
}
.TagClassName
{
border-color: #135BDB;
}
</style>