Shades of Navy Blue #0144FC
Tints of Navy Blue #0144FC
RGB
CMYK
RGB Variations
Color information
#0144FC (or 0x0144FC) is known color: Navy Blue. HEX triplet: 01, 44 and FC. RGB value is (1,68,252). Sum of RGB (Red+Green+Blue) = 1+68+252=321 (42% of max value = 765). Red value is 1 (0.78% from 255 or 0.31% from 321); Green value is 68 (26.95% from 255 or 21.18% from 321); Blue value is 252 (98.83% from 255 or 78.50% from 321); Max value from RGB is 252 - color contains mainly: blue. Hex color #0144FC is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0144FC is #FEBB03. Grayscale: #444444. Windows color (decimal): -16694020 or 16532481. OLE color: 16532481.
HSL color Cylindrical-coordinate representation of color #0144FC: hue angle of 223.98º degrees, saturation: 0.99, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0144FC is Cyan = 1.00, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 1 | 68 | 252 | - |
| CMYK | 1.00 | 0.73 | 0 | 0.01 |
| HSL | 223.98º | 0.99% | 0.5% | - |
| HSV(B) | 223.98º | 1% | 0.99% | - |
| XYZ | 19.65 | 11.17 | 93.22 | - |
| YUV | 68.94 | 231.3 | 79.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 68 | 252 | 1.00 | 0.73 | 0 | 0.01 | 223.98 | 0.99 | 0.5 |
| Hex | 1 | 44 | FC | 64 | 49 | 0 | 1 | E0 | 63 | 32 |
| Octal | 1 | 104 | 374 | 144 | 111 | 0 | 1 | 340 | 143 | 62 |
| Binary | 1 | 1000100 | 11111100 | 1100100 | 1001001 | 0 | 1 | 11100000 | 1100011 | 110010 |
Color Harmonies of #0144FC
Complementary color
Monochromatic Colors of #0144FC
Black with #0144FC
Text Example
Text Example
White with #0144FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0144FC; }
p { color: rgb(1,68,252); }
H1.HeaderClassName
{
color: #0144FC;
}
.AnyTagClassName
{
color: #0144FC;
}
</style>
background-color css
<style>
a { background-color: #0144FC; }
a { background-color: rgb(1,68,252); }
div.DivClassName
{
background-color: #0144FC;
}
.BgClassName
{
background-color: #0144FC;
}
</style>
border-color css
<style>
span { border-color: #0144FC; }
span { border-color: rgb(1,68,252); }
td.TdClassName
{
border-color: #0144FC;
}
.TagClassName
{
border-color: #0144FC;
}
</style>