Shades of Navy Blue #136AD2
Tints of Navy Blue #136AD2
RGB
CMYK
RGB Variations
Color information
#136AD2 (or 0x136AD2) is known color: Navy Blue. HEX triplet: 13, 6A and D2. RGB value is (19,106,210). Sum of RGB (Red+Green+Blue) = 19+106+210=335 (44% of max value = 765). Red value is 19 (7.81% from 255 or 5.67% from 335); Green value is 106 (41.80% from 255 or 31.64% from 335); Blue value is 210 (82.42% from 255 or 62.69% from 335); Max value from RGB is 210 - color contains mainly: blue. Hex color #136AD2 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #136AD2 is #EC952D. Grayscale: #5B5B5B. Windows color (decimal): -15504686 or 13789715. OLE color: 13789715.
HSL color Cylindrical-coordinate representation of color #136AD2: hue angle of 212.67º 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 #136AD2 is Cyan = 0.91, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 19 | 106 | 210 | - |
| CMYK | 0.91 | 0.50 | 0 | 0.18 |
| HSL | 212.67º | 0.83% | 0.45% | - |
| HSV(B) | 212.67º | 0.91% | 0.82% | - |
| XYZ | 17.06 | 15.1 | 62.99 | - |
| YUV | 91.84 | 194.68 | 76.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 106 | 210 | 0.91 | 0.50 | 0 | 0.18 | 212.67 | 0.83 | 0.45 |
| Hex | 13 | 6A | D2 | 5B | 32 | 0 | 12 | D5 | 53 | 2D |
| Octal | 23 | 152 | 322 | 133 | 62 | 0 | 22 | 325 | 123 | 55 |
| Binary | 10011 | 1101010 | 11010010 | 1011011 | 110010 | 0 | 10010 | 11010101 | 1010011 | 101101 |
Color Harmonies of #136AD2
Complementary color
Monochromatic Colors of #136AD2
Black with #136AD2
Text Example
Text Example
White with #136AD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #136AD2; }
p { color: rgb(19,106,210); }
H1.HeaderClassName
{
color: #136AD2;
}
.AnyTagClassName
{
color: #136AD2;
}
</style>
background-color css
<style>
a { background-color: #136AD2; }
a { background-color: rgb(19,106,210); }
div.DivClassName
{
background-color: #136AD2;
}
.BgClassName
{
background-color: #136AD2;
}
</style>
border-color css
<style>
span { border-color: #136AD2; }
span { border-color: rgb(19,106,210); }
td.TdClassName
{
border-color: #136AD2;
}
.TagClassName
{
border-color: #136AD2;
}
</style>