Shades of Navy Blue #0267C1
Tints of Navy Blue #0267C1
RGB
CMYK
RGB Variations
Color information
#0267C1 (or 0x0267C1) is known color: Navy Blue. HEX triplet: 02, 67 and C1. RGB value is (2,103,193). Sum of RGB (Red+Green+Blue) = 2+103+193=298 (39% of max value = 765). Red value is 2 (1.17% from 255 or 0.67% from 298); Green value is 103 (40.62% from 255 or 34.56% from 298); Blue value is 193 (75.78% from 255 or 64.77% from 298); Max value from RGB is 193 - color contains mainly: blue. Hex color #0267C1 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0267C1 is #FD983E. Grayscale: #525252. Windows color (decimal): -16619583 or 12674818. OLE color: 12674818.
HSL color Cylindrical-coordinate representation of color #0267C1: hue angle of 208.27º degrees, saturation: 0.98, 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 #0267C1 is Cyan = 0.99, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 2 | 103 | 193 | - |
| CMYK | 0.99 | 0.47 | 0 | 0.24 |
| HSL | 208.27º | 0.98% | 0.38% | - |
| HSV(B) | 208.27º | 0.99% | 0.76% | - |
| XYZ | 14.5 | 13.56 | 52.31 | - |
| YUV | 83.06 | 190.04 | 70.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 103 | 193 | 0.99 | 0.47 | 0 | 0.24 | 208.27 | 0.98 | 0.38 |
| Hex | 2 | 67 | C1 | 63 | 2F | 0 | 18 | D0 | 62 | 26 |
| Octal | 2 | 147 | 301 | 143 | 57 | 0 | 30 | 320 | 142 | 46 |
| Binary | 10 | 1100111 | 11000001 | 1100011 | 101111 | 0 | 11000 | 11010000 | 1100010 | 100110 |
Color Harmonies of #0267C1
Complementary color
Monochromatic Colors of #0267C1
Black with #0267C1
Text Example
Text Example
White with #0267C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0267C1; }
p { color: rgb(2,103,193); }
H1.HeaderClassName
{
color: #0267C1;
}
.AnyTagClassName
{
color: #0267C1;
}
</style>
background-color css
<style>
a { background-color: #0267C1; }
a { background-color: rgb(2,103,193); }
div.DivClassName
{
background-color: #0267C1;
}
.BgClassName
{
background-color: #0267C1;
}
</style>
border-color css
<style>
span { border-color: #0267C1; }
span { border-color: rgb(2,103,193); }
td.TdClassName
{
border-color: #0267C1;
}
.TagClassName
{
border-color: #0267C1;
}
</style>