Shades of Navy Blue #0067FC
Tints of Navy Blue #0067FC
RGB
CMYK
RGB Variations
Color information
#0067FC (or 0x0067FC) is known color: Navy Blue. HEX triplet: 00, 67 and FC. RGB value is (0,103,252). Sum of RGB (Red+Green+Blue) = 0+103+252=355 (47% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 355); Green value is 103 (40.62% from 255 or 29.01% from 355); Blue value is 252 (98.83% from 255 or 70.99% from 355); Max value from RGB is 252 - color contains mainly: blue. Hex color #0067FC is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0067FC is #FF9803. Grayscale: #585858. Windows color (decimal): -16750596 or 16541440. OLE color: 16541440.
HSL color Cylindrical-coordinate representation of color #0067FC: hue angle of 215.48º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0067FC is Cyan = 1, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 0 | 103 | 252 | - |
| CMYK | 1 | 0.59 | 0 | 0.01 |
| HSL | 215.48º | 1% | 0.49% | - |
| HSV(B) | 215.48º | 1% | 0.99% | - |
| XYZ | 22.42 | 16.73 | 94.14 | - |
| YUV | 89.19 | 219.88 | 64.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 103 | 252 | 1 | 0.59 | 0 | 0.01 | 215.48 | 1 | 0.49 |
| Hex | 0 | 67 | FC | 64 | 3B | 0 | 1 | D7 | 64 | 31 |
| Octal | 0 | 147 | 374 | 144 | 73 | 0 | 1 | 327 | 144 | 61 |
| Binary | 0 | 1100111 | 11111100 | 1100100 | 111011 | 0 | 1 | 11010111 | 1100100 | 110001 |
Color Harmonies of #0067FC
Complementary color
Monochromatic Colors of #0067FC
Black with #0067FC
Text Example
Text Example
White with #0067FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0067FC; }
p { color: rgb(0,103,252); }
H1.HeaderClassName
{
color: #0067FC;
}
.AnyTagClassName
{
color: #0067FC;
}
</style>
background-color css
<style>
a { background-color: #0067FC; }
a { background-color: rgb(0,103,252); }
div.DivClassName
{
background-color: #0067FC;
}
.BgClassName
{
background-color: #0067FC;
}
</style>
border-color css
<style>
span { border-color: #0067FC; }
span { border-color: rgb(0,103,252); }
td.TdClassName
{
border-color: #0067FC;
}
.TagClassName
{
border-color: #0067FC;
}
</style>