Shades of Navy Blue #145DF3
Tints of Navy Blue #145DF3
RGB
CMYK
RGB Variations
Color information
#145DF3 (or 0x145DF3) is known color: Navy Blue. HEX triplet: 14, 5D and F3. RGB value is (20,93,243). Sum of RGB (Red+Green+Blue) = 20+93+243=356 (47% of max value = 765). Red value is 20 (8.20% from 255 or 5.62% from 356); Green value is 93 (36.72% from 255 or 26.12% from 356); Blue value is 243 (95.31% from 255 or 68.26% from 356); Max value from RGB is 243 - color contains mainly: blue. Hex color #145DF3 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #145DF3 is #EBA20C. Grayscale: #575757. Windows color (decimal): -15442445 or 15949076. OLE color: 15949076.
HSL color Cylindrical-coordinate representation of color #145DF3: hue angle of 220.36º degrees, saturation: 0.9, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #145DF3 is Cyan = 0.92, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 20 | 93 | 243 | - |
| CMYK | 0.92 | 0.62 | 0 | 0.05 |
| HSL | 220.36º | 0.9% | 0.52% | - |
| HSV(B) | 220.36º | 0.92% | 0.95% | - |
| XYZ | 20.38 | 14.45 | 86.51 | - |
| YUV | 88.27 | 215.32 | 79.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 93 | 243 | 0.92 | 0.62 | 0 | 0.05 | 220.36 | 0.9 | 0.52 |
| Hex | 14 | 5D | F3 | 5C | 3E | 0 | 5 | DC | 5A | 34 |
| Octal | 24 | 135 | 363 | 134 | 76 | 0 | 5 | 334 | 132 | 64 |
| Binary | 10100 | 1011101 | 11110011 | 1011100 | 111110 | 0 | 101 | 11011100 | 1011010 | 110100 |
Color Harmonies of #145DF3
Complementary color
Monochromatic Colors of #145DF3
Black with #145DF3
Text Example
Text Example
White with #145DF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #145DF3; }
p { color: rgb(20,93,243); }
H1.HeaderClassName
{
color: #145DF3;
}
.AnyTagClassName
{
color: #145DF3;
}
</style>
background-color css
<style>
a { background-color: #145DF3; }
a { background-color: rgb(20,93,243); }
div.DivClassName
{
background-color: #145DF3;
}
.BgClassName
{
background-color: #145DF3;
}
</style>
border-color css
<style>
span { border-color: #145DF3; }
span { border-color: rgb(20,93,243); }
td.TdClassName
{
border-color: #145DF3;
}
.TagClassName
{
border-color: #145DF3;
}
</style>