Shades of Navy Blue #0269EA
Tints of Navy Blue #0269EA
RGB
CMYK
RGB Variations
Color information
#0269EA (or 0x0269EA) is known color: Navy Blue. HEX triplet: 02, 69 and EA. RGB value is (2,105,234). Sum of RGB (Red+Green+Blue) = 2+105+234=341 (45% of max value = 765). Red value is 2 (1.17% from 255 or 0.59% from 341); Green value is 105 (41.41% from 255 or 30.79% from 341); Blue value is 234 (91.80% from 255 or 68.62% from 341); Max value from RGB is 234 - color contains mainly: blue. Hex color #0269EA is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0269EA is #FD9615. Grayscale: #585858. Windows color (decimal): -16619030 or 15362306. OLE color: 15362306.
HSL color Cylindrical-coordinate representation of color #0269EA: hue angle of 213.36º degrees, saturation: 0.98, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0269EA is Cyan = 0.99, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 2 | 105 | 234 | - |
| CMYK | 0.99 | 0.55 | 0 | 0.08 |
| HSL | 213.36º | 0.98% | 0.46% | - |
| HSV(B) | 213.36º | 0.99% | 0.92% | - |
| XYZ | 19.93 | 16.06 | 79.89 | - |
| YUV | 88.91 | 209.88 | 66.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 105 | 234 | 0.99 | 0.55 | 0 | 0.08 | 213.36 | 0.98 | 0.46 |
| Hex | 2 | 69 | EA | 63 | 37 | 0 | 8 | D5 | 62 | 2E |
| Octal | 2 | 151 | 352 | 143 | 67 | 0 | 10 | 325 | 142 | 56 |
| Binary | 10 | 1101001 | 11101010 | 1100011 | 110111 | 0 | 1000 | 11010101 | 1100010 | 101110 |
Color Harmonies of #0269EA
Complementary color
Monochromatic Colors of #0269EA
Black with #0269EA
Text Example
Text Example
White with #0269EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0269EA; }
p { color: rgb(2,105,234); }
H1.HeaderClassName
{
color: #0269EA;
}
.AnyTagClassName
{
color: #0269EA;
}
</style>
background-color css
<style>
a { background-color: #0269EA; }
a { background-color: rgb(2,105,234); }
div.DivClassName
{
background-color: #0269EA;
}
.BgClassName
{
background-color: #0269EA;
}
</style>
border-color css
<style>
span { border-color: #0269EA; }
span { border-color: rgb(2,105,234); }
td.TdClassName
{
border-color: #0269EA;
}
.TagClassName
{
border-color: #0269EA;
}
</style>