Shades of Navy Blue #0148CE
Tints of Navy Blue #0148CE
RGB
CMYK
RGB Variations
Color information
#0148CE (or 0x0148CE) is known color: Navy Blue. HEX triplet: 01, 48 and CE. RGB value is (1,72,206). Sum of RGB (Red+Green+Blue) = 1+72+206=279 (36% of max value = 765). Red value is 1 (0.78% from 255 or 0.36% from 279); Green value is 72 (28.52% from 255 or 25.81% from 279); Blue value is 206 (80.86% from 255 or 73.84% from 279); Max value from RGB is 206 - color contains mainly: blue. Hex color #0148CE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0148CE is #FEB731. Grayscale: #414141. Windows color (decimal): -16693042 or 13518849. OLE color: 13518849.
HSL color Cylindrical-coordinate representation of color #0148CE: hue angle of 219.22º degrees, saturation: 0.99, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0148CE is Cyan = 1.00, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 1 | 72 | 206 | - |
| CMYK | 1.00 | 0.65 | 0 | 0.19 |
| HSL | 219.22º | 0.99% | 0.41% | - |
| HSV(B) | 219.22º | 1% | 0.81% | - |
| XYZ | 13.47 | 9.1 | 59.44 | - |
| YUV | 66.05 | 206.98 | 81.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 72 | 206 | 1.00 | 0.65 | 0 | 0.19 | 219.22 | 0.99 | 0.41 |
| Hex | 1 | 48 | CE | 64 | 41 | 0 | 13 | DB | 63 | 29 |
| Octal | 1 | 110 | 316 | 144 | 101 | 0 | 23 | 333 | 143 | 51 |
| Binary | 1 | 1001000 | 11001110 | 1100100 | 1000001 | 0 | 10011 | 11011011 | 1100011 | 101001 |
Color Harmonies of #0148CE
Complementary color
Monochromatic Colors of #0148CE
Black with #0148CE
Text Example
Text Example
White with #0148CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0148CE; }
p { color: rgb(1,72,206); }
H1.HeaderClassName
{
color: #0148CE;
}
.AnyTagClassName
{
color: #0148CE;
}
</style>
background-color css
<style>
a { background-color: #0148CE; }
a { background-color: rgb(1,72,206); }
div.DivClassName
{
background-color: #0148CE;
}
.BgClassName
{
background-color: #0148CE;
}
</style>
border-color css
<style>
span { border-color: #0148CE; }
span { border-color: rgb(1,72,206); }
td.TdClassName
{
border-color: #0148CE;
}
.TagClassName
{
border-color: #0148CE;
}
</style>