Shades of Navy Blue #135BDE
Tints of Navy Blue #135BDE
RGB
CMYK
RGB Variations
Color information
#135BDE (or 0x135BDE) is known color: Navy Blue. HEX triplet: 13, 5B and DE. RGB value is (19,91,222). Sum of RGB (Red+Green+Blue) = 19+91+222=332 (43% of max value = 765). Red value is 19 (7.81% from 255 or 5.72% from 332); Green value is 91 (35.94% from 255 or 27.41% from 332); Blue value is 222 (87.11% from 255 or 66.87% from 332); Max value from RGB is 222 - color contains mainly: blue. Hex color #135BDE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #135BDE is #ECA421. Grayscale: #535353. Windows color (decimal): -15508514 or 14572307. OLE color: 14572307.
HSL color Cylindrical-coordinate representation of color #135BDE: hue angle of 218.72º 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 #135BDE is Cyan = 0.91, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 19 | 91 | 222 | - |
| CMYK | 0.91 | 0.59 | 0 | 0.13 |
| HSL | 218.72º | 0.84% | 0.47% | - |
| HSV(B) | 218.72º | 0.91% | 0.87% | - |
| XYZ | 17.19 | 12.89 | 70.69 | - |
| YUV | 84.41 | 205.65 | 81.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 91 | 222 | 0.91 | 0.59 | 0 | 0.13 | 218.72 | 0.84 | 0.47 |
| Hex | 13 | 5B | DE | 5B | 3B | 0 | D | DB | 54 | 2F |
| Octal | 23 | 133 | 336 | 133 | 73 | 0 | 15 | 333 | 124 | 57 |
| Binary | 10011 | 1011011 | 11011110 | 1011011 | 111011 | 0 | 1101 | 11011011 | 1010100 | 101111 |
Color Harmonies of #135BDE
Complementary color
Monochromatic Colors of #135BDE
Black with #135BDE
Text Example
Text Example
White with #135BDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #135BDE; }
p { color: rgb(19,91,222); }
H1.HeaderClassName
{
color: #135BDE;
}
.AnyTagClassName
{
color: #135BDE;
}
</style>
background-color css
<style>
a { background-color: #135BDE; }
a { background-color: rgb(19,91,222); }
div.DivClassName
{
background-color: #135BDE;
}
.BgClassName
{
background-color: #135BDE;
}
</style>
border-color css
<style>
span { border-color: #135BDE; }
span { border-color: rgb(19,91,222); }
td.TdClassName
{
border-color: #135BDE;
}
.TagClassName
{
border-color: #135BDE;
}
</style>