Shades of Navy Blue #0267BA
Tints of Navy Blue #0267BA
RGB
CMYK
RGB Variations
Color information
#0267BA (or 0x0267BA) is known color: Navy Blue. HEX triplet: 02, 67 and BA. RGB value is (2,103,186). Sum of RGB (Red+Green+Blue) = 2+103+186=291 (38% of max value = 765). Red value is 2 (1.17% from 255 or 0.69% from 291); Green value is 103 (40.62% from 255 or 35.40% from 291); Blue value is 186 (73.05% from 255 or 63.92% from 291); Max value from RGB is 186 - color contains mainly: blue. Hex color #0267BA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0267BA is #FD9845. Grayscale: #515151. Windows color (decimal): -16619590 or 12216066. OLE color: 12216066.
HSL color Cylindrical-coordinate representation of color #0267BA: hue angle of 207.07º degrees, saturation: 0.98, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0267BA is Cyan = 0.99, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 2 | 103 | 186 | - |
| CMYK | 0.99 | 0.45 | 0 | 0.27 |
| HSL | 207.07º | 0.98% | 0.37% | - |
| HSV(B) | 207.07º | 0.99% | 0.73% | - |
| XYZ | 13.74 | 13.26 | 48.29 | - |
| YUV | 82.26 | 186.54 | 70.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 103 | 186 | 0.99 | 0.45 | 0 | 0.27 | 207.07 | 0.98 | 0.37 |
| Hex | 2 | 67 | BA | 63 | 2D | 0 | 1B | CF | 62 | 25 |
| Octal | 2 | 147 | 272 | 143 | 55 | 0 | 33 | 317 | 142 | 45 |
| Binary | 10 | 1100111 | 10111010 | 1100011 | 101101 | 0 | 11011 | 11001111 | 1100010 | 100101 |
Color Harmonies of #0267BA
Complementary color
Monochromatic Colors of #0267BA
Black with #0267BA
Text Example
Text Example
White with #0267BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0267BA; }
p { color: rgb(2,103,186); }
H1.HeaderClassName
{
color: #0267BA;
}
.AnyTagClassName
{
color: #0267BA;
}
</style>
background-color css
<style>
a { background-color: #0267BA; }
a { background-color: rgb(2,103,186); }
div.DivClassName
{
background-color: #0267BA;
}
.BgClassName
{
background-color: #0267BA;
}
</style>
border-color css
<style>
span { border-color: #0267BA; }
span { border-color: rgb(2,103,186); }
td.TdClassName
{
border-color: #0267BA;
}
.TagClassName
{
border-color: #0267BA;
}
</style>