Shades of Navy Blue #0067C8
Tints of Navy Blue #0067C8
RGB
CMYK
RGB Variations
Color information
#0067C8 (or 0x0067C8) is known color: Navy Blue. HEX triplet: 00, 67 and C8. RGB value is (0,103,200). Sum of RGB (Red+Green+Blue) = 0+103+200=303 (40% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 303); Green value is 103 (40.62% from 255 or 33.99% from 303); Blue value is 200 (78.52% from 255 or 66.01% from 303); Max value from RGB is 200 - color contains mainly: blue. Hex color #0067C8 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0067C8 is #FF9837. Grayscale: #525252. Windows color (decimal): -16750648 or 13133568. OLE color: 13133568.
HSL color Cylindrical-coordinate representation of color #0067C8: hue angle of 209.1º degrees, saturation: 1, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0067C8 is Cyan = 1, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 0 | 103 | 200 | - |
| CMYK | 1 | 0.48 | 0 | 0.22 |
| HSL | 209.1º | 1% | 0.39% | - |
| HSV(B) | 209.1º | 1% | 0.78% | - |
| XYZ | 15.28 | 13.87 | 56.52 | - |
| YUV | 83.26 | 193.88 | 68.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 103 | 200 | 1 | 0.48 | 0 | 0.22 | 209.1 | 1 | 0.39 |
| Hex | 0 | 67 | C8 | 64 | 30 | 0 | 16 | D1 | 64 | 27 |
| Octal | 0 | 147 | 310 | 144 | 60 | 0 | 26 | 321 | 144 | 47 |
| Binary | 0 | 1100111 | 11001000 | 1100100 | 110000 | 0 | 10110 | 11010001 | 1100100 | 100111 |
Color Harmonies of #0067C8
Complementary color
Monochromatic Colors of #0067C8
Black with #0067C8
Text Example
Text Example
White with #0067C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0067C8; }
p { color: rgb(0,103,200); }
H1.HeaderClassName
{
color: #0067C8;
}
.AnyTagClassName
{
color: #0067C8;
}
</style>
background-color css
<style>
a { background-color: #0067C8; }
a { background-color: rgb(0,103,200); }
div.DivClassName
{
background-color: #0067C8;
}
.BgClassName
{
background-color: #0067C8;
}
</style>
border-color css
<style>
span { border-color: #0067C8; }
span { border-color: rgb(0,103,200); }
td.TdClassName
{
border-color: #0067C8;
}
.TagClassName
{
border-color: #0067C8;
}
</style>