Shades of Navy Blue #0269E5
Tints of Navy Blue #0269E5
RGB
CMYK
RGB Variations
Color information
#0269E5 (or 0x0269E5) is known color: Navy Blue. HEX triplet: 02, 69 and E5. RGB value is (2,105,229). Sum of RGB (Red+Green+Blue) = 2+105+229=336 (44% of max value = 765). Red value is 2 (1.17% from 255 or 0.60% from 336); Green value is 105 (41.41% from 255 or 31.25% from 336); Blue value is 229 (89.84% from 255 or 68.15% from 336); Max value from RGB is 229 - color contains mainly: blue. Hex color #0269E5 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0269E5 is #FD961A. Grayscale: #575757. Windows color (decimal): -16619035 or 15034626. OLE color: 15034626.
HSL color Cylindrical-coordinate representation of color #0269E5: hue angle of 212.78º degrees, saturation: 0.98, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0269E5 is Cyan = 0.99, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 2 | 105 | 229 | - |
| CMYK | 0.99 | 0.54 | 0 | 0.10 |
| HSL | 212.78º | 0.98% | 0.45% | - |
| HSV(B) | 212.78º | 0.99% | 0.9% | - |
| XYZ | 19.22 | 15.77 | 76.16 | - |
| YUV | 88.34 | 207.38 | 66.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 105 | 229 | 0.99 | 0.54 | 0 | 0.10 | 212.78 | 0.98 | 0.45 |
| Hex | 2 | 69 | E5 | 63 | 36 | 0 | A | D5 | 62 | 2D |
| Octal | 2 | 151 | 345 | 143 | 66 | 0 | 12 | 325 | 142 | 55 |
| Binary | 10 | 1101001 | 11100101 | 1100011 | 110110 | 0 | 1010 | 11010101 | 1100010 | 101101 |
Color Harmonies of #0269E5
Complementary color
Monochromatic Colors of #0269E5
Black with #0269E5
Text Example
Text Example
White with #0269E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0269E5; }
p { color: rgb(2,105,229); }
H1.HeaderClassName
{
color: #0269E5;
}
.AnyTagClassName
{
color: #0269E5;
}
</style>
background-color css
<style>
a { background-color: #0269E5; }
a { background-color: rgb(2,105,229); }
div.DivClassName
{
background-color: #0269E5;
}
.BgClassName
{
background-color: #0269E5;
}
</style>
border-color css
<style>
span { border-color: #0269E5; }
span { border-color: rgb(2,105,229); }
td.TdClassName
{
border-color: #0269E5;
}
.TagClassName
{
border-color: #0269E5;
}
</style>