Shades of Navy Blue #0E63DB
Tints of Navy Blue #0E63DB
RGB
CMYK
RGB Variations
Color information
#0E63DB (or 0x0E63DB) is known color: Navy Blue. HEX triplet: 0E, 63 and DB. RGB value is (14,99,219). Sum of RGB (Red+Green+Blue) = 14+99+219=332 (43% of max value = 765). Red value is 14 (5.86% from 255 or 4.22% from 332); Green value is 99 (39.06% from 255 or 29.82% from 332); Blue value is 219 (85.94% from 255 or 65.96% from 332); Max value from RGB is 219 - color contains mainly: blue. Hex color #0E63DB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0E63DB is #F19C24. Grayscale: #565656. Windows color (decimal): -15834149 or 14377742. OLE color: 14377742.
HSL color Cylindrical-coordinate representation of color #0E63DB: hue angle of 215.12º degrees, saturation: 0.88, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0E63DB is Cyan = 0.94, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 14 | 99 | 219 | - |
| CMYK | 0.94 | 0.55 | 0 | 0.14 |
| HSL | 215.12º | 0.88% | 0.46% | - |
| HSV(B) | 215.12º | 0.94% | 0.86% | - |
| XYZ | 17.43 | 14.13 | 68.83 | - |
| YUV | 87.27 | 202.34 | 75.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 99 | 219 | 0.94 | 0.55 | 0 | 0.14 | 215.12 | 0.88 | 0.46 |
| Hex | E | 63 | DB | 5E | 37 | 0 | E | D7 | 58 | 2E |
| Octal | 16 | 143 | 333 | 136 | 67 | 0 | 16 | 327 | 130 | 56 |
| Binary | 1110 | 1100011 | 11011011 | 1011110 | 110111 | 0 | 1110 | 11010111 | 1011000 | 101110 |
Color Harmonies of #0E63DB
Complementary color
Monochromatic Colors of #0E63DB
Black with #0E63DB
Text Example
Text Example
White with #0E63DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E63DB; }
p { color: rgb(14,99,219); }
H1.HeaderClassName
{
color: #0E63DB;
}
.AnyTagClassName
{
color: #0E63DB;
}
</style>
background-color css
<style>
a { background-color: #0E63DB; }
a { background-color: rgb(14,99,219); }
div.DivClassName
{
background-color: #0E63DB;
}
.BgClassName
{
background-color: #0E63DB;
}
</style>
border-color css
<style>
span { border-color: #0E63DB; }
span { border-color: rgb(14,99,219); }
td.TdClassName
{
border-color: #0E63DB;
}
.TagClassName
{
border-color: #0E63DB;
}
</style>