Shades of Navy Blue #014BCE
Tints of Navy Blue #014BCE
RGB
CMYK
RGB Variations
Color information
#014BCE (or 0x014BCE) is known color: Navy Blue. HEX triplet: 01, 4B and CE. RGB value is (1,75,206). Sum of RGB (Red+Green+Blue) = 1+75+206=282 (37% of max value = 765). Red value is 1 (0.78% from 255 or 0.35% from 282); Green value is 75 (29.69% from 255 or 26.60% from 282); Blue value is 206 (80.86% from 255 or 73.05% from 282); Max value from RGB is 206 - color contains mainly: blue. Hex color #014BCE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #014BCE is #FEB431. Grayscale: #434343. Windows color (decimal): -16692274 or 13519617. OLE color: 13519617.
HSL color Cylindrical-coordinate representation of color #014BCE: hue angle of 218.34º 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 #014BCE is Cyan = 1.00, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 1 | 75 | 206 | - |
| CMYK | 1.00 | 0.64 | 0 | 0.19 |
| HSL | 218.34º | 0.99% | 0.41% | - |
| HSV(B) | 218.34º | 1% | 0.81% | - |
| XYZ | 13.67 | 9.49 | 59.5 | - |
| YUV | 67.81 | 205.98 | 80.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 75 | 206 | 1.00 | 0.64 | 0 | 0.19 | 218.34 | 0.99 | 0.41 |
| Hex | 1 | 4B | CE | 64 | 40 | 0 | 13 | DA | 63 | 29 |
| Octal | 1 | 113 | 316 | 144 | 100 | 0 | 23 | 332 | 143 | 51 |
| Binary | 1 | 1001011 | 11001110 | 1100100 | 1000000 | 0 | 10011 | 11011010 | 1100011 | 101001 |
Color Harmonies of #014BCE
Complementary color
Monochromatic Colors of #014BCE
Black with #014BCE
Text Example
Text Example
White with #014BCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #014BCE; }
p { color: rgb(1,75,206); }
H1.HeaderClassName
{
color: #014BCE;
}
.AnyTagClassName
{
color: #014BCE;
}
</style>
background-color css
<style>
a { background-color: #014BCE; }
a { background-color: rgb(1,75,206); }
div.DivClassName
{
background-color: #014BCE;
}
.BgClassName
{
background-color: #014BCE;
}
</style>
border-color css
<style>
span { border-color: #014BCE; }
span { border-color: rgb(1,75,206); }
td.TdClassName
{
border-color: #014BCE;
}
.TagClassName
{
border-color: #014BCE;
}
</style>