Shades of Navy Blue #0269C1
Tints of Navy Blue #0269C1
RGB
CMYK
RGB Variations
Color information
#0269C1 (or 0x0269C1) is known color: Navy Blue. HEX triplet: 02, 69 and C1. RGB value is (2,105,193). Sum of RGB (Red+Green+Blue) = 2+105+193=300 (39% of max value = 765). Red value is 2 (1.17% from 255 or 0.67% from 300); Green value is 105 (41.41% from 255 or 35% from 300); Blue value is 193 (75.78% from 255 or 64.33% from 300); Max value from RGB is 193 - color contains mainly: blue. Hex color #0269C1 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0269C1 is #FD963E. Grayscale: #535353. Windows color (decimal): -16619071 or 12675330. OLE color: 12675330.
HSL color Cylindrical-coordinate representation of color #0269C1: hue angle of 207.64º 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 #0269C1 is Cyan = 0.99, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 2 | 105 | 193 | - |
| CMYK | 0.99 | 0.46 | 0 | 0.24 |
| HSL | 207.64º | 0.98% | 0.38% | - |
| HSV(B) | 207.64º | 0.99% | 0.76% | - |
| XYZ | 14.7 | 13.97 | 52.37 | - |
| YUV | 84.24 | 189.38 | 69.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 105 | 193 | 0.99 | 0.46 | 0 | 0.24 | 207.64 | 0.98 | 0.38 |
| Hex | 2 | 69 | C1 | 63 | 2E | 0 | 18 | D0 | 62 | 26 |
| Octal | 2 | 151 | 301 | 143 | 56 | 0 | 30 | 320 | 142 | 46 |
| Binary | 10 | 1101001 | 11000001 | 1100011 | 101110 | 0 | 11000 | 11010000 | 1100010 | 100110 |
Color Harmonies of #0269C1
Complementary color
Monochromatic Colors of #0269C1
Black with #0269C1
Text Example
Text Example
White with #0269C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0269C1; }
p { color: rgb(2,105,193); }
H1.HeaderClassName
{
color: #0269C1;
}
.AnyTagClassName
{
color: #0269C1;
}
</style>
background-color css
<style>
a { background-color: #0269C1; }
a { background-color: rgb(2,105,193); }
div.DivClassName
{
background-color: #0269C1;
}
.BgClassName
{
background-color: #0269C1;
}
</style>
border-color css
<style>
span { border-color: #0269C1; }
span { border-color: rgb(2,105,193); }
td.TdClassName
{
border-color: #0269C1;
}
.TagClassName
{
border-color: #0269C1;
}
</style>