Shades of Navy Blue #135BDF
Tints of Navy Blue #135BDF
RGB
CMYK
RGB Variations
Color information
#135BDF (or 0x135BDF) is known color: Navy Blue. HEX triplet: 13, 5B and DF. RGB value is (19,91,223). Sum of RGB (Red+Green+Blue) = 19+91+223=333 (44% of max value = 765). Red value is 19 (7.81% from 255 or 5.71% from 333); Green value is 91 (35.94% from 255 or 27.33% from 333); Blue value is 223 (87.5% from 255 or 66.97% from 333); Max value from RGB is 223 - color contains mainly: blue. Hex color #135BDF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #135BDF is #ECA420. Grayscale: #535353. Windows color (decimal): -15508513 or 14637843. OLE color: 14637843.
HSL color Cylindrical-coordinate representation of color #135BDF: hue angle of 218.82º 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 #135BDF is Cyan = 0.91, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 19 | 91 | 223 | - |
| CMYK | 0.91 | 0.59 | 0 | 0.13 |
| HSL | 218.82º | 0.84% | 0.47% | - |
| HSV(B) | 218.82º | 0.91% | 0.87% | - |
| XYZ | 17.33 | 12.95 | 71.4 | - |
| YUV | 84.52 | 206.15 | 81.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 91 | 223 | 0.91 | 0.59 | 0 | 0.13 | 218.82 | 0.84 | 0.47 |
| Hex | 13 | 5B | DF | 5B | 3B | 0 | D | DB | 54 | 2F |
| Octal | 23 | 133 | 337 | 133 | 73 | 0 | 15 | 333 | 124 | 57 |
| Binary | 10011 | 1011011 | 11011111 | 1011011 | 111011 | 0 | 1101 | 11011011 | 1010100 | 101111 |
Color Harmonies of #135BDF
Complementary color
Monochromatic Colors of #135BDF
Black with #135BDF
Text Example
Text Example
White with #135BDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #135BDF; }
p { color: rgb(19,91,223); }
H1.HeaderClassName
{
color: #135BDF;
}
.AnyTagClassName
{
color: #135BDF;
}
</style>
background-color css
<style>
a { background-color: #135BDF; }
a { background-color: rgb(19,91,223); }
div.DivClassName
{
background-color: #135BDF;
}
.BgClassName
{
background-color: #135BDF;
}
</style>
border-color css
<style>
span { border-color: #135BDF; }
span { border-color: rgb(19,91,223); }
td.TdClassName
{
border-color: #135BDF;
}
.TagClassName
{
border-color: #135BDF;
}
</style>