Shades of Navy Blue #135CDB
Tints of Navy Blue #135CDB
RGB
CMYK
RGB Variations
Color information
#135CDB (or 0x135CDB) is known color: Navy Blue. HEX triplet: 13, 5C and DB. RGB value is (19,92,219). Sum of RGB (Red+Green+Blue) = 19+92+219=330 (43% of max value = 765). Red value is 19 (7.81% from 255 or 5.76% from 330); Green value is 92 (36.33% from 255 or 27.88% from 330); Blue value is 219 (85.94% from 255 or 66.36% from 330); Max value from RGB is 219 - color contains mainly: blue. Hex color #135CDB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #135CDB is #ECA324. Grayscale: #545454. Windows color (decimal): -15508261 or 14375955. OLE color: 14375955.
HSL color Cylindrical-coordinate representation of color #135CDB: hue angle of 218.1º 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 #135CDB is Cyan = 0.91, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 19 | 92 | 219 | - |
| CMYK | 0.91 | 0.58 | 0 | 0.14 |
| HSL | 218.1º | 0.84% | 0.47% | - |
| HSV(B) | 218.1º | 0.91% | 0.86% | - |
| XYZ | 16.88 | 12.91 | 68.62 | - |
| YUV | 84.65 | 203.82 | 81.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 92 | 219 | 0.91 | 0.58 | 0 | 0.14 | 218.1 | 0.84 | 0.47 |
| Hex | 13 | 5C | DB | 5B | 3A | 0 | E | DA | 54 | 2F |
| Octal | 23 | 134 | 333 | 133 | 72 | 0 | 16 | 332 | 124 | 57 |
| Binary | 10011 | 1011100 | 11011011 | 1011011 | 111010 | 0 | 1110 | 11011010 | 1010100 | 101111 |
Color Harmonies of #135CDB
Complementary color
Monochromatic Colors of #135CDB
Black with #135CDB
Text Example
Text Example
White with #135CDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #135CDB; }
p { color: rgb(19,92,219); }
H1.HeaderClassName
{
color: #135CDB;
}
.AnyTagClassName
{
color: #135CDB;
}
</style>
background-color css
<style>
a { background-color: #135CDB; }
a { background-color: rgb(19,92,219); }
div.DivClassName
{
background-color: #135CDB;
}
.BgClassName
{
background-color: #135CDB;
}
</style>
border-color css
<style>
span { border-color: #135CDB; }
span { border-color: rgb(19,92,219); }
td.TdClassName
{
border-color: #135CDB;
}
.TagClassName
{
border-color: #135CDB;
}
</style>