Shades of Navy Blue #145FDE
Tints of Navy Blue #145FDE
RGB
CMYK
RGB Variations
Color information
#145FDE (or 0x145FDE) is known color: Navy Blue. HEX triplet: 14, 5F and DE. RGB value is (20,95,222). Sum of RGB (Red+Green+Blue) = 20+95+222=337 (44% of max value = 765). Red value is 20 (8.20% from 255 or 5.93% from 337); Green value is 95 (37.5% from 255 or 28.19% from 337); Blue value is 222 (87.11% from 255 or 65.88% from 337); Max value from RGB is 222 - color contains mainly: blue. Hex color #145FDE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #145FDE is #EBA021. Grayscale: #565656. Windows color (decimal): -15441954 or 14573332. OLE color: 14573332.
HSL color Cylindrical-coordinate representation of color #145FDE: hue angle of 217.72º degrees, saturation: 0.83, 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 #145FDE is Cyan = 0.91, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 20 | 95 | 222 | - |
| CMYK | 0.91 | 0.57 | 0 | 0.13 |
| HSL | 217.72º | 0.83% | 0.47% | - |
| HSV(B) | 217.72º | 0.91% | 0.87% | - |
| XYZ | 17.57 | 13.61 | 70.81 | - |
| YUV | 87.05 | 204.15 | 80.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 95 | 222 | 0.91 | 0.57 | 0 | 0.13 | 217.72 | 0.83 | 0.47 |
| Hex | 14 | 5F | DE | 5B | 39 | 0 | D | DA | 53 | 2F |
| Octal | 24 | 137 | 336 | 133 | 71 | 0 | 15 | 332 | 123 | 57 |
| Binary | 10100 | 1011111 | 11011110 | 1011011 | 111001 | 0 | 1101 | 11011010 | 1010011 | 101111 |
Color Harmonies of #145FDE
Complementary color
Monochromatic Colors of #145FDE
Black with #145FDE
Text Example
Text Example
White with #145FDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #145FDE; }
p { color: rgb(20,95,222); }
H1.HeaderClassName
{
color: #145FDE;
}
.AnyTagClassName
{
color: #145FDE;
}
</style>
background-color css
<style>
a { background-color: #145FDE; }
a { background-color: rgb(20,95,222); }
div.DivClassName
{
background-color: #145FDE;
}
.BgClassName
{
background-color: #145FDE;
}
</style>
border-color css
<style>
span { border-color: #145FDE; }
span { border-color: rgb(20,95,222); }
td.TdClassName
{
border-color: #145FDE;
}
.TagClassName
{
border-color: #145FDE;
}
</style>