Shades of Navy Blue #0148DB
Tints of Navy Blue #0148DB
RGB
CMYK
RGB Variations
Color information
#0148DB (or 0x0148DB) is known color: Navy Blue. HEX triplet: 01, 48 and DB. RGB value is (1,72,219). Sum of RGB (Red+Green+Blue) = 1+72+219=292 (38% of max value = 765). Red value is 1 (0.78% from 255 or 0.34% from 292); Green value is 72 (28.52% from 255 or 24.66% from 292); Blue value is 219 (85.94% from 255 or 75% from 292); Max value from RGB is 219 - color contains mainly: blue. Hex color #0148DB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0148DB is #FEB724. Grayscale: #424242. Windows color (decimal): -16693029 or 14370817. OLE color: 14370817.
HSL color Cylindrical-coordinate representation of color #0148DB: hue angle of 220.46º degrees, saturation: 0.99, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0148DB is Cyan = 1.00, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 1 | 72 | 219 | - |
| CMYK | 1.00 | 0.67 | 0 | 0.14 |
| HSL | 220.46º | 0.99% | 0.43% | - |
| HSV(B) | 220.46º | 1% | 0.86% | - |
| XYZ | 15.12 | 9.76 | 68.1 | - |
| YUV | 67.53 | 213.48 | 80.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 72 | 219 | 1.00 | 0.67 | 0 | 0.14 | 220.46 | 0.99 | 0.43 |
| Hex | 1 | 48 | DB | 64 | 43 | 0 | E | DC | 63 | 2B |
| Octal | 1 | 110 | 333 | 144 | 103 | 0 | 16 | 334 | 143 | 53 |
| Binary | 1 | 1001000 | 11011011 | 1100100 | 1000011 | 0 | 1110 | 11011100 | 1100011 | 101011 |
Color Harmonies of #0148DB
Complementary color
Monochromatic Colors of #0148DB
Black with #0148DB
Text Example
Text Example
White with #0148DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0148DB; }
p { color: rgb(1,72,219); }
H1.HeaderClassName
{
color: #0148DB;
}
.AnyTagClassName
{
color: #0148DB;
}
</style>
background-color css
<style>
a { background-color: #0148DB; }
a { background-color: rgb(1,72,219); }
div.DivClassName
{
background-color: #0148DB;
}
.BgClassName
{
background-color: #0148DB;
}
</style>
border-color css
<style>
span { border-color: #0148DB; }
span { border-color: rgb(1,72,219); }
td.TdClassName
{
border-color: #0148DB;
}
.TagClassName
{
border-color: #0148DB;
}
</style>