Shades of Navy Blue #145BEA
Tints of Navy Blue #145BEA
RGB
CMYK
RGB Variations
Color information
#145BEA (or 0x145BEA) is known color: Navy Blue. HEX triplet: 14, 5B and EA. RGB value is (20,91,234). Sum of RGB (Red+Green+Blue) = 20+91+234=345 (45% of max value = 765). Red value is 20 (8.20% from 255 or 5.80% from 345); Green value is 91 (35.94% from 255 or 26.38% from 345); Blue value is 234 (91.80% from 255 or 67.83% from 345); Max value from RGB is 234 - color contains mainly: blue. Hex color #145BEA is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #145BEA is #EBA415. Grayscale: #555555. Windows color (decimal): -15442966 or 15358740. OLE color: 15358740.
HSL color Cylindrical-coordinate representation of color #145BEA: hue angle of 220.09º degrees, saturation: 0.84, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #145BEA is Cyan = 0.91, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 20 | 91 | 234 | - |
| CMYK | 0.91 | 0.61 | 0 | 0.08 |
| HSL | 220.09º | 0.84% | 0.5% | - |
| HSV(B) | 220.09º | 0.91% | 0.92% | - |
| XYZ | 18.88 | 13.57 | 79.47 | - |
| YUV | 86.07 | 211.48 | 80.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 91 | 234 | 0.91 | 0.61 | 0 | 0.08 | 220.09 | 0.84 | 0.5 |
| Hex | 14 | 5B | EA | 5B | 3D | 0 | 8 | DC | 54 | 32 |
| Octal | 24 | 133 | 352 | 133 | 75 | 0 | 10 | 334 | 124 | 62 |
| Binary | 10100 | 1011011 | 11101010 | 1011011 | 111101 | 0 | 1000 | 11011100 | 1010100 | 110010 |
Color Harmonies of #145BEA
Complementary color
Monochromatic Colors of #145BEA
Black with #145BEA
Text Example
Text Example
White with #145BEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #145BEA; }
p { color: rgb(20,91,234); }
H1.HeaderClassName
{
color: #145BEA;
}
.AnyTagClassName
{
color: #145BEA;
}
</style>
background-color css
<style>
a { background-color: #145BEA; }
a { background-color: rgb(20,91,234); }
div.DivClassName
{
background-color: #145BEA;
}
.BgClassName
{
background-color: #145BEA;
}
</style>
border-color css
<style>
span { border-color: #145BEA; }
span { border-color: rgb(20,91,234); }
td.TdClassName
{
border-color: #145BEA;
}
.TagClassName
{
border-color: #145BEA;
}
</style>