Shades of Navy Blue #0267DA
Tints of Navy Blue #0267DA
RGB
CMYK
RGB Variations
Color information
#0267DA (or 0x0267DA) is known color: Navy Blue. HEX triplet: 02, 67 and DA. RGB value is (2,103,218). Sum of RGB (Red+Green+Blue) = 2+103+218=323 (42% of max value = 765). Red value is 2 (1.17% from 255 or 0.62% from 323); Green value is 103 (40.62% from 255 or 31.89% from 323); Blue value is 218 (85.55% from 255 or 67.49% from 323); Max value from RGB is 218 - color contains mainly: blue. Hex color #0267DA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0267DA is #FD9825. Grayscale: #555555. Windows color (decimal): -16619558 or 14313218. OLE color: 14313218.
HSL color Cylindrical-coordinate representation of color #0267DA: hue angle of 211.94º degrees, saturation: 0.98, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0267DA is Cyan = 0.99, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 2 | 103 | 218 | - |
| CMYK | 0.99 | 0.53 | 0 | 0.15 |
| HSL | 211.94º | 0.98% | 0.43% | - |
| HSV(B) | 211.94º | 0.99% | 0.85% | - |
| XYZ | 17.53 | 14.78 | 68.26 | - |
| YUV | 85.91 | 202.54 | 68.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 103 | 218 | 0.99 | 0.53 | 0 | 0.15 | 211.94 | 0.98 | 0.43 |
| Hex | 2 | 67 | DA | 63 | 35 | 0 | F | D4 | 62 | 2B |
| Octal | 2 | 147 | 332 | 143 | 65 | 0 | 17 | 324 | 142 | 53 |
| Binary | 10 | 1100111 | 11011010 | 1100011 | 110101 | 0 | 1111 | 11010100 | 1100010 | 101011 |
Color Harmonies of #0267DA
Complementary color
Monochromatic Colors of #0267DA
Black with #0267DA
Text Example
Text Example
White with #0267DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0267DA; }
p { color: rgb(2,103,218); }
H1.HeaderClassName
{
color: #0267DA;
}
.AnyTagClassName
{
color: #0267DA;
}
</style>
background-color css
<style>
a { background-color: #0267DA; }
a { background-color: rgb(2,103,218); }
div.DivClassName
{
background-color: #0267DA;
}
.BgClassName
{
background-color: #0267DA;
}
</style>
border-color css
<style>
span { border-color: #0267DA; }
span { border-color: rgb(2,103,218); }
td.TdClassName
{
border-color: #0267DA;
}
.TagClassName
{
border-color: #0267DA;
}
</style>