Shades of Navy Blue #136AD1
Tints of Navy Blue #136AD1
RGB
CMYK
RGB Variations
Color information
#136AD1 (or 0x136AD1) is known color: Navy Blue. HEX triplet: 13, 6A and D1. RGB value is (19,106,209). Sum of RGB (Red+Green+Blue) = 19+106+209=334 (44% of max value = 765). Red value is 19 (7.81% from 255 or 5.69% from 334); Green value is 106 (41.80% from 255 or 31.74% from 334); Blue value is 209 (82.03% from 255 or 62.57% from 334); Max value from RGB is 209 - color contains mainly: blue. Hex color #136AD1 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #136AD1 is #EC952E. Grayscale: #5B5B5B. Windows color (decimal): -15504687 or 13724179. OLE color: 13724179.
HSL color Cylindrical-coordinate representation of color #136AD1: hue angle of 212.53º degrees, saturation: 0.83, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #136AD1 is Cyan = 0.91, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 19 | 106 | 209 | - |
| CMYK | 0.91 | 0.49 | 0 | 0.18 |
| HSL | 212.53º | 0.83% | 0.45% | - |
| HSV(B) | 212.53º | 0.91% | 0.82% | - |
| XYZ | 16.93 | 15.05 | 62.33 | - |
| YUV | 91.73 | 194.18 | 76.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 106 | 209 | 0.91 | 0.49 | 0 | 0.18 | 212.53 | 0.83 | 0.45 |
| Hex | 13 | 6A | D1 | 5B | 31 | 0 | 12 | D5 | 53 | 2D |
| Octal | 23 | 152 | 321 | 133 | 61 | 0 | 22 | 325 | 123 | 55 |
| Binary | 10011 | 1101010 | 11010001 | 1011011 | 110001 | 0 | 10010 | 11010101 | 1010011 | 101101 |
Color Harmonies of #136AD1
Complementary color
Monochromatic Colors of #136AD1
Black with #136AD1
Text Example
Text Example
White with #136AD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #136AD1; }
p { color: rgb(19,106,209); }
H1.HeaderClassName
{
color: #136AD1;
}
.AnyTagClassName
{
color: #136AD1;
}
</style>
background-color css
<style>
a { background-color: #136AD1; }
a { background-color: rgb(19,106,209); }
div.DivClassName
{
background-color: #136AD1;
}
.BgClassName
{
background-color: #136AD1;
}
</style>
border-color css
<style>
span { border-color: #136AD1; }
span { border-color: rgb(19,106,209); }
td.TdClassName
{
border-color: #136AD1;
}
.TagClassName
{
border-color: #136AD1;
}
</style>