Shades of Navy Blue #135FDA
Tints of Navy Blue #135FDA
RGB
CMYK
RGB Variations
Color information
#135FDA (or 0x135FDA) is known color: Navy Blue. HEX triplet: 13, 5F and DA. RGB value is (19,95,218). Sum of RGB (Red+Green+Blue) = 19+95+218=332 (43% of max value = 765). Red value is 19 (7.81% from 255 or 5.72% from 332); Green value is 95 (37.5% from 255 or 28.61% from 332); Blue value is 218 (85.55% from 255 or 65.66% from 332); Max value from RGB is 218 - color contains mainly: blue. Hex color #135FDA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #135FDA is #ECA025. Grayscale: #555555. Windows color (decimal): -15507494 or 14311187. OLE color: 14311187.
HSL color Cylindrical-coordinate representation of color #135FDA: hue angle of 217.09º degrees, saturation: 0.84, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #135FDA is Cyan = 0.91, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 19 | 95 | 218 | - |
| CMYK | 0.91 | 0.56 | 0 | 0.15 |
| HSL | 217.09º | 0.84% | 0.46% | - |
| HSV(B) | 217.09º | 0.91% | 0.85% | - |
| XYZ | 17.02 | 13.38 | 68.02 | - |
| YUV | 86.3 | 202.32 | 80 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 95 | 218 | 0.91 | 0.56 | 0 | 0.15 | 217.09 | 0.84 | 0.46 |
| Hex | 13 | 5F | DA | 5B | 38 | 0 | F | D9 | 54 | 2E |
| Octal | 23 | 137 | 332 | 133 | 70 | 0 | 17 | 331 | 124 | 56 |
| Binary | 10011 | 1011111 | 11011010 | 1011011 | 111000 | 0 | 1111 | 11011001 | 1010100 | 101110 |
Color Harmonies of #135FDA
Complementary color
Monochromatic Colors of #135FDA
Black with #135FDA
Text Example
Text Example
White with #135FDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #135FDA; }
p { color: rgb(19,95,218); }
H1.HeaderClassName
{
color: #135FDA;
}
.AnyTagClassName
{
color: #135FDA;
}
</style>
background-color css
<style>
a { background-color: #135FDA; }
a { background-color: rgb(19,95,218); }
div.DivClassName
{
background-color: #135FDA;
}
.BgClassName
{
background-color: #135FDA;
}
</style>
border-color css
<style>
span { border-color: #135FDA; }
span { border-color: rgb(19,95,218); }
td.TdClassName
{
border-color: #135FDA;
}
.TagClassName
{
border-color: #135FDA;
}
</style>