Shades of Navy Blue #135CDF
Tints of Navy Blue #135CDF
RGB
CMYK
RGB Variations
Color information
#135CDF (or 0x135CDF) is known color: Navy Blue. HEX triplet: 13, 5C and DF. RGB value is (19,92,223). Sum of RGB (Red+Green+Blue) = 19+92+223=334 (44% of max value = 765). Red value is 19 (7.81% from 255 or 5.69% from 334); Green value is 92 (36.33% from 255 or 27.54% from 334); Blue value is 223 (87.5% from 255 or 66.77% from 334); Max value from RGB is 223 - color contains mainly: blue. Hex color #135CDF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #135CDF is #ECA320. Grayscale: #545454. Windows color (decimal): -15508257 or 14638099. OLE color: 14638099.
HSL color Cylindrical-coordinate representation of color #135CDF: hue angle of 218.53º degrees, saturation: 0.84, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #135CDF is Cyan = 0.91, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 19 | 92 | 223 | - |
| CMYK | 0.91 | 0.59 | 0 | 0.13 |
| HSL | 218.53º | 0.84% | 0.47% | - |
| HSV(B) | 218.53º | 0.91% | 0.87% | - |
| XYZ | 17.41 | 13.12 | 71.43 | - |
| YUV | 85.11 | 205.82 | 80.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 92 | 223 | 0.91 | 0.59 | 0 | 0.13 | 218.53 | 0.84 | 0.47 |
| Hex | 13 | 5C | DF | 5B | 3B | 0 | D | DB | 54 | 2F |
| Octal | 23 | 134 | 337 | 133 | 73 | 0 | 15 | 333 | 124 | 57 |
| Binary | 10011 | 1011100 | 11011111 | 1011011 | 111011 | 0 | 1101 | 11011011 | 1010100 | 101111 |
Color Harmonies of #135CDF
Complementary color
Monochromatic Colors of #135CDF
Black with #135CDF
Text Example
Text Example
White with #135CDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #135CDF; }
p { color: rgb(19,92,223); }
H1.HeaderClassName
{
color: #135CDF;
}
.AnyTagClassName
{
color: #135CDF;
}
</style>
background-color css
<style>
a { background-color: #135CDF; }
a { background-color: rgb(19,92,223); }
div.DivClassName
{
background-color: #135CDF;
}
.BgClassName
{
background-color: #135CDF;
}
</style>
border-color css
<style>
span { border-color: #135CDF; }
span { border-color: rgb(19,92,223); }
td.TdClassName
{
border-color: #135CDF;
}
.TagClassName
{
border-color: #135CDF;
}
</style>