Shades of Navy Blue #0268E6
Tints of Navy Blue #0268E6
RGB
CMYK
RGB Variations
Color information
#0268E6 (or 0x0268E6) is known color: Navy Blue. HEX triplet: 02, 68 and E6. RGB value is (2,104,230). Sum of RGB (Red+Green+Blue) = 2+104+230=336 (44% of max value = 765). Red value is 2 (1.17% from 255 or 0.60% from 336); Green value is 104 (41.02% from 255 or 30.95% from 336); Blue value is 230 (90.23% from 255 or 68.45% from 336); Max value from RGB is 230 - color contains mainly: blue. Hex color #0268E6 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0268E6 is #FD9719. Grayscale: #575757. Windows color (decimal): -16619290 or 15099906. OLE color: 15099906.
HSL color Cylindrical-coordinate representation of color #0268E6: hue angle of 213.16º 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 #0268E6 is Cyan = 0.99, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 2 | 104 | 230 | - |
| CMYK | 0.99 | 0.55 | 0 | 0.10 |
| HSL | 213.16º | 0.98% | 0.45% | - |
| HSV(B) | 213.16º | 0.99% | 0.9% | - |
| XYZ | 19.26 | 15.63 | 76.86 | - |
| YUV | 87.87 | 208.21 | 66.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 104 | 230 | 0.99 | 0.55 | 0 | 0.10 | 213.16 | 0.98 | 0.45 |
| Hex | 2 | 68 | E6 | 63 | 37 | 0 | A | D5 | 62 | 2D |
| Octal | 2 | 150 | 346 | 143 | 67 | 0 | 12 | 325 | 142 | 55 |
| Binary | 10 | 1101000 | 11100110 | 1100011 | 110111 | 0 | 1010 | 11010101 | 1100010 | 101101 |
Color Harmonies of #0268E6
Complementary color
Monochromatic Colors of #0268E6
Black with #0268E6
Text Example
Text Example
White with #0268E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0268E6; }
p { color: rgb(2,104,230); }
H1.HeaderClassName
{
color: #0268E6;
}
.AnyTagClassName
{
color: #0268E6;
}
</style>
background-color css
<style>
a { background-color: #0268E6; }
a { background-color: rgb(2,104,230); }
div.DivClassName
{
background-color: #0268E6;
}
.BgClassName
{
background-color: #0268E6;
}
</style>
border-color css
<style>
span { border-color: #0268E6; }
span { border-color: rgb(2,104,230); }
td.TdClassName
{
border-color: #0268E6;
}
.TagClassName
{
border-color: #0268E6;
}
</style>