Shades of Navy Blue #0067EF
Tints of Navy Blue #0067EF
RGB
CMYK
RGB Variations
Color information
#0067EF (or 0x0067EF) is known color: Navy Blue. HEX triplet: 00, 67 and EF. RGB value is (0,103,239). Sum of RGB (Red+Green+Blue) = 0+103+239=342 (45% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 342); Green value is 103 (40.62% from 255 or 30.12% from 342); Blue value is 239 (93.75% from 255 or 69.88% from 342); Max value from RGB is 239 - color contains mainly: blue. Hex color #0067EF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0067EF is #FF9810. Grayscale: #575757. Windows color (decimal): -16750609 or 15689472. OLE color: 15689472.
HSL color Cylindrical-coordinate representation of color #0067EF: hue angle of 214.14º degrees, saturation: 1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0067EF is Cyan = 1, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 0 | 103 | 239 | - |
| CMYK | 1 | 0.57 | 0 | 0.06 |
| HSL | 214.14º | 1% | 0.47% | - |
| HSV(B) | 214.14º | 1% | 0.94% | - |
| XYZ | 20.43 | 15.93 | 83.66 | - |
| YUV | 87.71 | 213.38 | 65.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 103 | 239 | 1 | 0.57 | 0 | 0.06 | 214.14 | 1 | 0.47 |
| Hex | 0 | 67 | EF | 64 | 39 | 0 | 6 | D6 | 64 | 2F |
| Octal | 0 | 147 | 357 | 144 | 71 | 0 | 6 | 326 | 144 | 57 |
| Binary | 0 | 1100111 | 11101111 | 1100100 | 111001 | 0 | 110 | 11010110 | 1100100 | 101111 |
Color Harmonies of #0067EF
Complementary color
Monochromatic Colors of #0067EF
Black with #0067EF
Text Example
Text Example
White with #0067EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0067EF; }
p { color: rgb(0,103,239); }
H1.HeaderClassName
{
color: #0067EF;
}
.AnyTagClassName
{
color: #0067EF;
}
</style>
background-color css
<style>
a { background-color: #0067EF; }
a { background-color: rgb(0,103,239); }
div.DivClassName
{
background-color: #0067EF;
}
.BgClassName
{
background-color: #0067EF;
}
</style>
border-color css
<style>
span { border-color: #0067EF; }
span { border-color: rgb(0,103,239); }
td.TdClassName
{
border-color: #0067EF;
}
.TagClassName
{
border-color: #0067EF;
}
</style>