Shades of Navy Blue #146CEE
Tints of Navy Blue #146CEE
RGB
CMYK
RGB Variations
Color information
#146CEE (or 0x146CEE) is known color: Navy Blue. HEX triplet: 14, 6C and EE. RGB value is (20,108,238). Sum of RGB (Red+Green+Blue) = 20+108+238=366 (48% of max value = 765). Red value is 20 (8.20% from 255 or 5.46% from 366); Green value is 108 (42.58% from 255 or 29.51% from 366); Blue value is 238 (93.36% from 255 or 65.03% from 366); Max value from RGB is 238 - color contains mainly: blue. Hex color #146CEE is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #146CEE is #EB9311. Grayscale: #5F5F5F. Windows color (decimal): -15438610 or 15625236. OLE color: 15625236.
HSL color Cylindrical-coordinate representation of color #146CEE: hue angle of 215.78º degrees, saturation: 0.87, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #146CEE is Cyan = 0.92, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 20 | 108 | 238 | - |
| CMYK | 0.92 | 0.55 | 0 | 0.07 |
| HSL | 215.78º | 0.87% | 0.51% | - |
| HSV(B) | 215.78º | 0.92% | 0.93% | - |
| XYZ | 21.08 | 17.05 | 83.07 | - |
| YUV | 96.51 | 207.85 | 73.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 108 | 238 | 0.92 | 0.55 | 0 | 0.07 | 215.78 | 0.87 | 0.51 |
| Hex | 14 | 6C | EE | 5C | 37 | 0 | 7 | D8 | 57 | 33 |
| Octal | 24 | 154 | 356 | 134 | 67 | 0 | 7 | 330 | 127 | 63 |
| Binary | 10100 | 1101100 | 11101110 | 1011100 | 110111 | 0 | 111 | 11011000 | 1010111 | 110011 |
Color Harmonies of #146CEE
Complementary color
Monochromatic Colors of #146CEE
Black with #146CEE
Text Example
Text Example
White with #146CEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #146CEE; }
p { color: rgb(20,108,238); }
H1.HeaderClassName
{
color: #146CEE;
}
.AnyTagClassName
{
color: #146CEE;
}
</style>
background-color css
<style>
a { background-color: #146CEE; }
a { background-color: rgb(20,108,238); }
div.DivClassName
{
background-color: #146CEE;
}
.BgClassName
{
background-color: #146CEE;
}
</style>
border-color css
<style>
span { border-color: #146CEE; }
span { border-color: rgb(20,108,238); }
td.TdClassName
{
border-color: #146CEE;
}
.TagClassName
{
border-color: #146CEE;
}
</style>