Shades of Navy Blue #0167C3
Tints of Navy Blue #0167C3
RGB
CMYK
RGB Variations
Color information
#0167C3 (or 0x0167C3) is known color: Navy Blue. HEX triplet: 01, 67 and C3. RGB value is (1,103,195). Sum of RGB (Red+Green+Blue) = 1+103+195=299 (39% of max value = 765). Red value is 1 (0.78% from 255 or 0.33% from 299); Green value is 103 (40.62% from 255 or 34.45% from 299); Blue value is 195 (76.56% from 255 or 65.22% from 299); Max value from RGB is 195 - color contains mainly: blue. Hex color #0167C3 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0167C3 is #FE983C. Grayscale: #525252. Windows color (decimal): -16685117 or 12805889. OLE color: 12805889.
HSL color Cylindrical-coordinate representation of color #0167C3: hue angle of 208.45º degrees, saturation: 0.99, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0167C3 is Cyan = 0.99, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 1 | 103 | 195 | - |
| CMYK | 0.99 | 0.47 | 0 | 0.24 |
| HSL | 208.45º | 0.99% | 0.38% | - |
| HSV(B) | 208.45º | 0.99% | 0.76% | - |
| XYZ | 14.71 | 13.65 | 53.49 | - |
| YUV | 82.99 | 191.21 | 69.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 103 | 195 | 0.99 | 0.47 | 0 | 0.24 | 208.45 | 0.99 | 0.38 |
| Hex | 1 | 67 | C3 | 63 | 2F | 0 | 18 | D0 | 63 | 26 |
| Octal | 1 | 147 | 303 | 143 | 57 | 0 | 30 | 320 | 143 | 46 |
| Binary | 1 | 1100111 | 11000011 | 1100011 | 101111 | 0 | 11000 | 11010000 | 1100011 | 100110 |
Color Harmonies of #0167C3
Complementary color
Monochromatic Colors of #0167C3
Black with #0167C3
Text Example
Text Example
White with #0167C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0167C3; }
p { color: rgb(1,103,195); }
H1.HeaderClassName
{
color: #0167C3;
}
.AnyTagClassName
{
color: #0167C3;
}
</style>
background-color css
<style>
a { background-color: #0167C3; }
a { background-color: rgb(1,103,195); }
div.DivClassName
{
background-color: #0167C3;
}
.BgClassName
{
background-color: #0167C3;
}
</style>
border-color css
<style>
span { border-color: #0167C3; }
span { border-color: rgb(1,103,195); }
td.TdClassName
{
border-color: #0167C3;
}
.TagClassName
{
border-color: #0167C3;
}
</style>