Shades of Navy Blue #0067DF
Tints of Navy Blue #0067DF
RGB
CMYK
RGB Variations
Color information
#0067DF (or 0x0067DF) is known color: Navy Blue. HEX triplet: 00, 67 and DF. RGB value is (0,103,223). Sum of RGB (Red+Green+Blue) = 0+103+223=326 (43% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 326); Green value is 103 (40.62% from 255 or 31.60% from 326); Blue value is 223 (87.5% from 255 or 68.40% from 326); Max value from RGB is 223 - color contains mainly: blue. Hex color #0067DF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0067DF is #FF9820. Grayscale: #555555. Windows color (decimal): -16750625 or 14640896. OLE color: 14640896.
HSL color Cylindrical-coordinate representation of color #0067DF: hue angle of 212.29º degrees, saturation: 1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0067DF is Cyan = 1, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 0 | 103 | 223 | - |
| CMYK | 1 | 0.54 | 0 | 0.13 |
| HSL | 212.29º | 1% | 0.44% | - |
| HSV(B) | 212.29º | 1% | 0.87% | - |
| XYZ | 18.17 | 15.03 | 71.76 | - |
| YUV | 85.88 | 205.38 | 66.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 103 | 223 | 1 | 0.54 | 0 | 0.13 | 212.29 | 1 | 0.44 |
| Hex | 0 | 67 | DF | 64 | 36 | 0 | D | D4 | 64 | 2C |
| Octal | 0 | 147 | 337 | 144 | 66 | 0 | 15 | 324 | 144 | 54 |
| Binary | 0 | 1100111 | 11011111 | 1100100 | 110110 | 0 | 1101 | 11010100 | 1100100 | 101100 |
Color Harmonies of #0067DF
Complementary color
Monochromatic Colors of #0067DF
Black with #0067DF
Text Example
Text Example
White with #0067DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0067DF; }
p { color: rgb(0,103,223); }
H1.HeaderClassName
{
color: #0067DF;
}
.AnyTagClassName
{
color: #0067DF;
}
</style>
background-color css
<style>
a { background-color: #0067DF; }
a { background-color: rgb(0,103,223); }
div.DivClassName
{
background-color: #0067DF;
}
.BgClassName
{
background-color: #0067DF;
}
</style>
border-color css
<style>
span { border-color: #0067DF; }
span { border-color: rgb(0,103,223); }
td.TdClassName
{
border-color: #0067DF;
}
.TagClassName
{
border-color: #0067DF;
}
</style>