Shades of Navy Blue #135AED
Tints of Navy Blue #135AED
RGB
CMYK
RGB Variations
Color information
#135AED (or 0x135AED) is known color: Navy Blue. HEX triplet: 13, 5A and ED. RGB value is (19,90,237). Sum of RGB (Red+Green+Blue) = 19+90+237=346 (45% of max value = 765). Red value is 19 (7.81% from 255 or 5.49% from 346); Green value is 90 (35.55% from 255 or 26.01% from 346); Blue value is 237 (92.97% from 255 or 68.50% from 346); Max value from RGB is 237 - color contains mainly: blue. Hex color #135AED is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #135AED is #ECA512. Grayscale: #545454. Windows color (decimal): -15508755 or 15555091. OLE color: 15555091.
HSL color Cylindrical-coordinate representation of color #135AED: hue angle of 220.46º degrees, saturation: 0.86, 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 #135AED is Cyan = 0.92, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 19 | 90 | 237 | - |
| CMYK | 0.92 | 0.62 | 0 | 0.07 |
| HSL | 220.46º | 0.86% | 0.5% | - |
| HSV(B) | 220.46º | 0.92% | 0.93% | - |
| XYZ | 19.21 | 13.57 | 81.73 | - |
| YUV | 85.53 | 213.48 | 80.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 90 | 237 | 0.92 | 0.62 | 0 | 0.07 | 220.46 | 0.86 | 0.5 |
| Hex | 13 | 5A | ED | 5C | 3E | 0 | 7 | DC | 56 | 32 |
| Octal | 23 | 132 | 355 | 134 | 76 | 0 | 7 | 334 | 126 | 62 |
| Binary | 10011 | 1011010 | 11101101 | 1011100 | 111110 | 0 | 111 | 11011100 | 1010110 | 110010 |
Color Harmonies of #135AED
Complementary color
Monochromatic Colors of #135AED
Black with #135AED
Text Example
Text Example
White with #135AED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #135AED; }
p { color: rgb(19,90,237); }
H1.HeaderClassName
{
color: #135AED;
}
.AnyTagClassName
{
color: #135AED;
}
</style>
background-color css
<style>
a { background-color: #135AED; }
a { background-color: rgb(19,90,237); }
div.DivClassName
{
background-color: #135AED;
}
.BgClassName
{
background-color: #135AED;
}
</style>
border-color css
<style>
span { border-color: #135AED; }
span { border-color: rgb(19,90,237); }
td.TdClassName
{
border-color: #135AED;
}
.TagClassName
{
border-color: #135AED;
}
</style>