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