Shades of Navy Blue #135FDC
Tints of Navy Blue #135FDC
RGB
CMYK
RGB Variations
Color information
#135FDC (or 0x135FDC) is known color: Navy Blue. HEX triplet: 13, 5F and DC. RGB value is (19,95,220). Sum of RGB (Red+Green+Blue) = 19+95+220=334 (44% of max value = 765). Red value is 19 (7.81% from 255 or 5.69% from 334); Green value is 95 (37.5% from 255 or 28.44% from 334); Blue value is 220 (86.33% from 255 or 65.87% from 334); Max value from RGB is 220 - color contains mainly: blue. Hex color #135FDC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #135FDC is #ECA023. Grayscale: #555555. Windows color (decimal): -15507492 or 14442259. OLE color: 14442259.
HSL color Cylindrical-coordinate representation of color #135FDC: hue angle of 217.31º degrees, saturation: 0.84, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #135FDC is Cyan = 0.91, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 19 | 95 | 220 | - |
| CMYK | 0.91 | 0.57 | 0 | 0.14 |
| HSL | 217.31º | 0.84% | 0.47% | - |
| HSV(B) | 217.31º | 0.91% | 0.86% | - |
| XYZ | 17.28 | 13.49 | 69.4 | - |
| YUV | 86.53 | 203.32 | 79.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 95 | 220 | 0.91 | 0.57 | 0 | 0.14 | 217.31 | 0.84 | 0.47 |
| Hex | 13 | 5F | DC | 5B | 39 | 0 | E | D9 | 54 | 2F |
| Octal | 23 | 137 | 334 | 133 | 71 | 0 | 16 | 331 | 124 | 57 |
| Binary | 10011 | 1011111 | 11011100 | 1011011 | 111001 | 0 | 1110 | 11011001 | 1010100 | 101111 |
Color Harmonies of #135FDC
Complementary color
Monochromatic Colors of #135FDC
Black with #135FDC
Text Example
Text Example
White with #135FDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #135FDC; }
p { color: rgb(19,95,220); }
H1.HeaderClassName
{
color: #135FDC;
}
.AnyTagClassName
{
color: #135FDC;
}
</style>
background-color css
<style>
a { background-color: #135FDC; }
a { background-color: rgb(19,95,220); }
div.DivClassName
{
background-color: #135FDC;
}
.BgClassName
{
background-color: #135FDC;
}
</style>
border-color css
<style>
span { border-color: #135FDC; }
span { border-color: rgb(19,95,220); }
td.TdClassName
{
border-color: #135FDC;
}
.TagClassName
{
border-color: #135FDC;
}
</style>