Shades of Navy Blue #145BF2
Tints of Navy Blue #145BF2
RGB
CMYK
RGB Variations
Color information
#145BF2 (or 0x145BF2) is known color: Navy Blue. HEX triplet: 14, 5B and F2. RGB value is (20,91,242). Sum of RGB (Red+Green+Blue) = 20+91+242=353 (46% of max value = 765). Red value is 20 (8.20% from 255 or 5.67% from 353); Green value is 91 (35.94% from 255 or 25.78% from 353); Blue value is 242 (94.92% from 255 or 68.56% from 353); Max value from RGB is 242 - color contains mainly: blue. Hex color #145BF2 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #145BF2 is #EBA40D. Grayscale: #565656. Windows color (decimal): -15442958 or 15883028. OLE color: 15883028.
HSL color Cylindrical-coordinate representation of color #145BF2: hue angle of 220.81º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #145BF2 is Cyan = 0.92, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 20 | 91 | 242 | - |
| CMYK | 0.92 | 0.62 | 0 | 0.05 |
| HSL | 220.81º | 0.9% | 0.51% | - |
| HSV(B) | 220.81º | 0.92% | 0.95% | - |
| XYZ | 20.06 | 14.04 | 85.66 | - |
| YUV | 86.99 | 215.48 | 80.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 91 | 242 | 0.92 | 0.62 | 0 | 0.05 | 220.81 | 0.9 | 0.51 |
| Hex | 14 | 5B | F2 | 5C | 3E | 0 | 5 | DD | 5A | 33 |
| Octal | 24 | 133 | 362 | 134 | 76 | 0 | 5 | 335 | 132 | 63 |
| Binary | 10100 | 1011011 | 11110010 | 1011100 | 111110 | 0 | 101 | 11011101 | 1011010 | 110011 |
Color Harmonies of #145BF2
Complementary color
Monochromatic Colors of #145BF2
Black with #145BF2
Text Example
Text Example
White with #145BF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #145BF2; }
p { color: rgb(20,91,242); }
H1.HeaderClassName
{
color: #145BF2;
}
.AnyTagClassName
{
color: #145BF2;
}
</style>
background-color css
<style>
a { background-color: #145BF2; }
a { background-color: rgb(20,91,242); }
div.DivClassName
{
background-color: #145BF2;
}
.BgClassName
{
background-color: #145BF2;
}
</style>
border-color css
<style>
span { border-color: #145BF2; }
span { border-color: rgb(20,91,242); }
td.TdClassName
{
border-color: #145BF2;
}
.TagClassName
{
border-color: #145BF2;
}
</style>