Shades of Navy Blue #146FE8
Tints of Navy Blue #146FE8
RGB
CMYK
RGB Variations
Color information
#146FE8 (or 0x146FE8) is known color: Navy Blue. HEX triplet: 14, 6F and E8. RGB value is (20,111,232). Sum of RGB (Red+Green+Blue) = 20+111+232=363 (48% of max value = 765). Red value is 20 (8.20% from 255 or 5.51% from 363); Green value is 111 (43.75% from 255 or 30.58% from 363); Blue value is 232 (91.02% from 255 or 63.91% from 363); Max value from RGB is 232 - color contains mainly: blue. Hex color #146FE8 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #146FE8 is #EB9017. Grayscale: #616161. Windows color (decimal): -15437848 or 15232788. OLE color: 15232788.
HSL color Cylindrical-coordinate representation of color #146FE8: hue angle of 214.25º degrees, saturation: 0.84, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #146FE8 is Cyan = 0.91, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 20 | 111 | 232 | - |
| CMYK | 0.91 | 0.52 | 0 | 0.09 |
| HSL | 214.25º | 0.84% | 0.49% | - |
| HSV(B) | 214.25º | 0.91% | 0.91% | - |
| XYZ | 20.54 | 17.34 | 78.61 | - |
| YUV | 97.59 | 203.85 | 72.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 111 | 232 | 0.91 | 0.52 | 0 | 0.09 | 214.25 | 0.84 | 0.49 |
| Hex | 14 | 6F | E8 | 5B | 34 | 0 | 9 | D6 | 54 | 31 |
| Octal | 24 | 157 | 350 | 133 | 64 | 0 | 11 | 326 | 124 | 61 |
| Binary | 10100 | 1101111 | 11101000 | 1011011 | 110100 | 0 | 1001 | 11010110 | 1010100 | 110001 |
Color Harmonies of #146FE8
Complementary color
Monochromatic Colors of #146FE8
Black with #146FE8
Text Example
Text Example
White with #146FE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #146FE8; }
p { color: rgb(20,111,232); }
H1.HeaderClassName
{
color: #146FE8;
}
.AnyTagClassName
{
color: #146FE8;
}
</style>
background-color css
<style>
a { background-color: #146FE8; }
a { background-color: rgb(20,111,232); }
div.DivClassName
{
background-color: #146FE8;
}
.BgClassName
{
background-color: #146FE8;
}
</style>
border-color css
<style>
span { border-color: #146FE8; }
span { border-color: rgb(20,111,232); }
td.TdClassName
{
border-color: #146FE8;
}
.TagClassName
{
border-color: #146FE8;
}
</style>