Shades of Navy Blue #146FE7
Tints of Navy Blue #146FE7
RGB
CMYK
RGB Variations
Color information
#146FE7 (or 0x146FE7) is known color: Navy Blue. HEX triplet: 14, 6F and E7. RGB value is (20,111,231). Sum of RGB (Red+Green+Blue) = 20+111+231=362 (47% of max value = 765). Red value is 20 (8.20% from 255 or 5.52% from 362); Green value is 111 (43.75% from 255 or 30.66% from 362); Blue value is 231 (90.62% from 255 or 63.81% from 362); Max value from RGB is 231 - color contains mainly: blue. Hex color #146FE7 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #146FE7 is #EB9018. Grayscale: #606060. Windows color (decimal): -15437849 or 15167252. OLE color: 15167252.
HSL color Cylindrical-coordinate representation of color #146FE7: hue angle of 214.12º 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 #146FE7 is Cyan = 0.91, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 20 | 111 | 231 | - |
| CMYK | 0.91 | 0.52 | 0 | 0.09 |
| HSL | 214.12º | 0.84% | 0.49% | - |
| HSV(B) | 214.12º | 0.91% | 0.91% | - |
| XYZ | 20.4 | 17.29 | 77.86 | - |
| YUV | 97.47 | 203.35 | 72.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 111 | 231 | 0.91 | 0.52 | 0 | 0.09 | 214.12 | 0.84 | 0.49 |
| Hex | 14 | 6F | E7 | 5B | 34 | 0 | 9 | D6 | 54 | 31 |
| Octal | 24 | 157 | 347 | 133 | 64 | 0 | 11 | 326 | 124 | 61 |
| Binary | 10100 | 1101111 | 11100111 | 1011011 | 110100 | 0 | 1001 | 11010110 | 1010100 | 110001 |
Color Harmonies of #146FE7
Complementary color
Monochromatic Colors of #146FE7
Black with #146FE7
Text Example
Text Example
White with #146FE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #146FE7; }
p { color: rgb(20,111,231); }
H1.HeaderClassName
{
color: #146FE7;
}
.AnyTagClassName
{
color: #146FE7;
}
</style>
background-color css
<style>
a { background-color: #146FE7; }
a { background-color: rgb(20,111,231); }
div.DivClassName
{
background-color: #146FE7;
}
.BgClassName
{
background-color: #146FE7;
}
</style>
border-color css
<style>
span { border-color: #146FE7; }
span { border-color: rgb(20,111,231); }
td.TdClassName
{
border-color: #146FE7;
}
.TagClassName
{
border-color: #146FE7;
}
</style>