Shades of Navy Blue #145DDF
Tints of Navy Blue #145DDF
RGB
CMYK
RGB Variations
Color information
#145DDF (or 0x145DDF) is known color: Navy Blue. HEX triplet: 14, 5D and DF. RGB value is (20,93,223). Sum of RGB (Red+Green+Blue) = 20+93+223=336 (44% of max value = 765). Red value is 20 (8.20% from 255 or 5.95% from 336); Green value is 93 (36.72% from 255 or 27.68% from 336); Blue value is 223 (87.5% from 255 or 66.37% from 336); Max value from RGB is 223 - color contains mainly: blue. Hex color #145DDF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #145DDF is #EBA220. Grayscale: #555555. Windows color (decimal): -15442465 or 14638356. OLE color: 14638356.
HSL color Cylindrical-coordinate representation of color #145DDF: hue angle of 218.42º degrees, saturation: 0.84, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #145DDF is Cyan = 0.91, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 20 | 93 | 223 | - |
| CMYK | 0.91 | 0.58 | 0 | 0.13 |
| HSL | 218.42º | 0.84% | 0.48% | - |
| HSV(B) | 218.42º | 0.91% | 0.87% | - |
| XYZ | 17.52 | 13.31 | 71.46 | - |
| YUV | 85.99 | 205.32 | 80.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 93 | 223 | 0.91 | 0.58 | 0 | 0.13 | 218.42 | 0.84 | 0.48 |
| Hex | 14 | 5D | DF | 5B | 3A | 0 | D | DA | 54 | 30 |
| Octal | 24 | 135 | 337 | 133 | 72 | 0 | 15 | 332 | 124 | 60 |
| Binary | 10100 | 1011101 | 11011111 | 1011011 | 111010 | 0 | 1101 | 11011010 | 1010100 | 110000 |
Color Harmonies of #145DDF
Complementary color
Monochromatic Colors of #145DDF
Black with #145DDF
Text Example
Text Example
White with #145DDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #145DDF; }
p { color: rgb(20,93,223); }
H1.HeaderClassName
{
color: #145DDF;
}
.AnyTagClassName
{
color: #145DDF;
}
</style>
background-color css
<style>
a { background-color: #145DDF; }
a { background-color: rgb(20,93,223); }
div.DivClassName
{
background-color: #145DDF;
}
.BgClassName
{
background-color: #145DDF;
}
</style>
border-color css
<style>
span { border-color: #145DDF; }
span { border-color: rgb(20,93,223); }
td.TdClassName
{
border-color: #145DDF;
}
.TagClassName
{
border-color: #145DDF;
}
</style>