Shades of Navy Blue #135DDF
Tints of Navy Blue #135DDF
RGB
CMYK
RGB Variations
Color information
#135DDF (or 0x135DDF) is known color: Navy Blue. HEX triplet: 13, 5D and DF. RGB value is (19,93,223). Sum of RGB (Red+Green+Blue) = 19+93+223=335 (44% of max value = 765). Red value is 19 (7.81% from 255 or 5.67% from 335); Green value is 93 (36.72% from 255 or 27.76% from 335); Blue value is 223 (87.5% from 255 or 66.57% from 335); Max value from RGB is 223 - color contains mainly: blue. Hex color #135DDF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #135DDF is #ECA220. Grayscale: #555555. Windows color (decimal): -15508001 or 14638355. OLE color: 14638355.
HSL color Cylindrical-coordinate representation of color #135DDF: hue angle of 218.24º 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 #135DDF is Cyan = 0.91, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 19 | 93 | 223 | - |
| CMYK | 0.91 | 0.58 | 0 | 0.13 |
| HSL | 218.24º | 0.84% | 0.47% | - |
| HSV(B) | 218.24º | 0.91% | 0.87% | - |
| XYZ | 17.5 | 13.29 | 71.46 | - |
| YUV | 85.69 | 205.48 | 80.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 93 | 223 | 0.91 | 0.58 | 0 | 0.13 | 218.24 | 0.84 | 0.47 |
| Hex | 13 | 5D | DF | 5B | 3A | 0 | D | DA | 54 | 2F |
| Octal | 23 | 135 | 337 | 133 | 72 | 0 | 15 | 332 | 124 | 57 |
| Binary | 10011 | 1011101 | 11011111 | 1011011 | 111010 | 0 | 1101 | 11011010 | 1010100 | 101111 |
Color Harmonies of #135DDF
Complementary color
Monochromatic Colors of #135DDF
Black with #135DDF
Text Example
Text Example
White with #135DDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #135DDF; }
p { color: rgb(19,93,223); }
H1.HeaderClassName
{
color: #135DDF;
}
.AnyTagClassName
{
color: #135DDF;
}
</style>
background-color css
<style>
a { background-color: #135DDF; }
a { background-color: rgb(19,93,223); }
div.DivClassName
{
background-color: #135DDF;
}
.BgClassName
{
background-color: #135DDF;
}
</style>
border-color css
<style>
span { border-color: #135DDF; }
span { border-color: rgb(19,93,223); }
td.TdClassName
{
border-color: #135DDF;
}
.TagClassName
{
border-color: #135DDF;
}
</style>