Shades of Navy Blue #0067E0
Tints of Navy Blue #0067E0
RGB
CMYK
RGB Variations
Color information
#0067E0 (or 0x0067E0) is known color: Navy Blue. HEX triplet: 00, 67 and E0. RGB value is (0,103,224). Sum of RGB (Red+Green+Blue) = 0+103+224=327 (43% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 327); Green value is 103 (40.62% from 255 or 31.50% from 327); Blue value is 224 (87.89% from 255 or 68.50% from 327); Max value from RGB is 224 - color contains mainly: blue. Hex color #0067E0 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0067E0 is #FF981F. Grayscale: #555555. Windows color (decimal): -16750624 or 14706432. OLE color: 14706432.
HSL color Cylindrical-coordinate representation of color #0067E0: hue angle of 212.41º degrees, saturation: 1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0067E0 is Cyan = 1, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 0 | 103 | 224 | - |
| CMYK | 1 | 0.54 | 0 | 0.12 |
| HSL | 212.41º | 1% | 0.44% | - |
| HSV(B) | 212.41º | 1% | 0.88% | - |
| XYZ | 18.3 | 15.08 | 72.47 | - |
| YUV | 86 | 205.88 | 66.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 103 | 224 | 1 | 0.54 | 0 | 0.12 | 212.41 | 1 | 0.44 |
| Hex | 0 | 67 | E0 | 64 | 36 | 0 | C | D4 | 64 | 2C |
| Octal | 0 | 147 | 340 | 144 | 66 | 0 | 14 | 324 | 144 | 54 |
| Binary | 0 | 1100111 | 11100000 | 1100100 | 110110 | 0 | 1100 | 11010100 | 1100100 | 101100 |
Color Harmonies of #0067E0
Complementary color
Monochromatic Colors of #0067E0
Black with #0067E0
Text Example
Text Example
White with #0067E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0067E0; }
p { color: rgb(0,103,224); }
H1.HeaderClassName
{
color: #0067E0;
}
.AnyTagClassName
{
color: #0067E0;
}
</style>
background-color css
<style>
a { background-color: #0067E0; }
a { background-color: rgb(0,103,224); }
div.DivClassName
{
background-color: #0067E0;
}
.BgClassName
{
background-color: #0067E0;
}
</style>
border-color css
<style>
span { border-color: #0067E0; }
span { border-color: rgb(0,103,224); }
td.TdClassName
{
border-color: #0067E0;
}
.TagClassName
{
border-color: #0067E0;
}
</style>