Shades of Navy Blue #136AF0
Tints of Navy Blue #136AF0
RGB
CMYK
RGB Variations
Color information
#136AF0 (or 0x136AF0) is known color: Navy Blue. HEX triplet: 13, 6A and F0. RGB value is (19,106,240). Sum of RGB (Red+Green+Blue) = 19+106+240=365 (48% of max value = 765). Red value is 19 (7.81% from 255 or 5.21% from 365); Green value is 106 (41.80% from 255 or 29.04% from 365); Blue value is 240 (94.14% from 255 or 65.75% from 365); Max value from RGB is 240 - color contains mainly: blue. Hex color #136AF0 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #136AF0 is #EC950F. Grayscale: #5E5E5E. Windows color (decimal): -15504656 or 15755795. OLE color: 15755795.
HSL color Cylindrical-coordinate representation of color #136AF0: hue angle of 216.38º degrees, saturation: 0.88, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #136AF0 is Cyan = 0.92, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 19 | 106 | 240 | - |
| CMYK | 0.92 | 0.56 | 0 | 0.06 |
| HSL | 216.38º | 0.88% | 0.51% | - |
| HSV(B) | 216.38º | 0.92% | 0.94% | - |
| XYZ | 21.15 | 16.74 | 84.55 | - |
| YUV | 95.26 | 209.68 | 73.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 106 | 240 | 0.92 | 0.56 | 0 | 0.06 | 216.38 | 0.88 | 0.51 |
| Hex | 13 | 6A | F0 | 5C | 38 | 0 | 6 | D8 | 58 | 33 |
| Octal | 23 | 152 | 360 | 134 | 70 | 0 | 6 | 330 | 130 | 63 |
| Binary | 10011 | 1101010 | 11110000 | 1011100 | 111000 | 0 | 110 | 11011000 | 1011000 | 110011 |
Color Harmonies of #136AF0
Complementary color
Monochromatic Colors of #136AF0
Black with #136AF0
Text Example
Text Example
White with #136AF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #136AF0; }
p { color: rgb(19,106,240); }
H1.HeaderClassName
{
color: #136AF0;
}
.AnyTagClassName
{
color: #136AF0;
}
</style>
background-color css
<style>
a { background-color: #136AF0; }
a { background-color: rgb(19,106,240); }
div.DivClassName
{
background-color: #136AF0;
}
.BgClassName
{
background-color: #136AF0;
}
</style>
border-color css
<style>
span { border-color: #136AF0; }
span { border-color: rgb(19,106,240); }
td.TdClassName
{
border-color: #136AF0;
}
.TagClassName
{
border-color: #136AF0;
}
</style>