Shades of Navy Blue #135AEC
Tints of Navy Blue #135AEC
RGB
CMYK
RGB Variations
Color information
#135AEC (or 0x135AEC) is known color: Navy Blue. HEX triplet: 13, 5A and EC. RGB value is (19,90,236). Sum of RGB (Red+Green+Blue) = 19+90+236=345 (45% of max value = 765). Red value is 19 (7.81% from 255 or 5.51% from 345); Green value is 90 (35.55% from 255 or 26.09% from 345); Blue value is 236 (92.58% from 255 or 68.41% from 345); Max value from RGB is 236 - color contains mainly: blue. Hex color #135AEC is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #135AEC is #ECA513. Grayscale: #545454. Windows color (decimal): -15508756 or 15489555. OLE color: 15489555.
HSL color Cylindrical-coordinate representation of color #135AEC: hue angle of 220.37º degrees, saturation: 0.85, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #135AEC is Cyan = 0.92, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 19 | 90 | 236 | - |
| CMYK | 0.92 | 0.62 | 0 | 0.07 |
| HSL | 220.37º | 0.85% | 0.5% | - |
| HSV(B) | 220.37º | 0.92% | 0.93% | - |
| XYZ | 19.07 | 13.51 | 80.96 | - |
| YUV | 85.42 | 212.98 | 80.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 90 | 236 | 0.92 | 0.62 | 0 | 0.07 | 220.37 | 0.85 | 0.5 |
| Hex | 13 | 5A | EC | 5C | 3E | 0 | 7 | DC | 55 | 32 |
| Octal | 23 | 132 | 354 | 134 | 76 | 0 | 7 | 334 | 125 | 62 |
| Binary | 10011 | 1011010 | 11101100 | 1011100 | 111110 | 0 | 111 | 11011100 | 1010101 | 110010 |
Color Harmonies of #135AEC
Complementary color
Monochromatic Colors of #135AEC
Black with #135AEC
Text Example
Text Example
White with #135AEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #135AEC; }
p { color: rgb(19,90,236); }
H1.HeaderClassName
{
color: #135AEC;
}
.AnyTagClassName
{
color: #135AEC;
}
</style>
background-color css
<style>
a { background-color: #135AEC; }
a { background-color: rgb(19,90,236); }
div.DivClassName
{
background-color: #135AEC;
}
.BgClassName
{
background-color: #135AEC;
}
</style>
border-color css
<style>
span { border-color: #135AEC; }
span { border-color: rgb(19,90,236); }
td.TdClassName
{
border-color: #135AEC;
}
.TagClassName
{
border-color: #135AEC;
}
</style>