Shades of Navy Blue #135BDD
Tints of Navy Blue #135BDD
RGB
CMYK
RGB Variations
Color information
#135BDD (or 0x135BDD) is known color: Navy Blue. HEX triplet: 13, 5B and DD. RGB value is (19,91,221). Sum of RGB (Red+Green+Blue) = 19+91+221=331 (43% of max value = 765). Red value is 19 (7.81% from 255 or 5.74% from 331); Green value is 91 (35.94% from 255 or 27.49% from 331); Blue value is 221 (86.72% from 255 or 66.77% from 331); Max value from RGB is 221 - color contains mainly: blue. Hex color #135BDD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #135BDD is #ECA422. Grayscale: #535353. Windows color (decimal): -15508515 or 14506771. OLE color: 14506771.
HSL color Cylindrical-coordinate representation of color #135BDD: hue angle of 218.61º degrees, saturation: 0.84, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #135BDD is Cyan = 0.91, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 19 | 91 | 221 | - |
| CMYK | 0.91 | 0.59 | 0 | 0.13 |
| HSL | 218.61º | 0.84% | 0.47% | - |
| HSV(B) | 218.61º | 0.91% | 0.87% | - |
| XYZ | 17.06 | 12.84 | 69.99 | - |
| YUV | 84.29 | 205.15 | 81.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 91 | 221 | 0.91 | 0.59 | 0 | 0.13 | 218.61 | 0.84 | 0.47 |
| Hex | 13 | 5B | DD | 5B | 3B | 0 | D | DB | 54 | 2F |
| Octal | 23 | 133 | 335 | 133 | 73 | 0 | 15 | 333 | 124 | 57 |
| Binary | 10011 | 1011011 | 11011101 | 1011011 | 111011 | 0 | 1101 | 11011011 | 1010100 | 101111 |
Color Harmonies of #135BDD
Complementary color
Monochromatic Colors of #135BDD
Black with #135BDD
Text Example
Text Example
White with #135BDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #135BDD; }
p { color: rgb(19,91,221); }
H1.HeaderClassName
{
color: #135BDD;
}
.AnyTagClassName
{
color: #135BDD;
}
</style>
background-color css
<style>
a { background-color: #135BDD; }
a { background-color: rgb(19,91,221); }
div.DivClassName
{
background-color: #135BDD;
}
.BgClassName
{
background-color: #135BDD;
}
</style>
border-color css
<style>
span { border-color: #135BDD; }
span { border-color: rgb(19,91,221); }
td.TdClassName
{
border-color: #135BDD;
}
.TagClassName
{
border-color: #135BDD;
}
</style>