Shades of Navy Blue #0268ED
Tints of Navy Blue #0268ED
RGB
CMYK
RGB Variations
Color information
#0268ED (or 0x0268ED) is known color: Navy Blue. HEX triplet: 02, 68 and ED. RGB value is (2,104,237). Sum of RGB (Red+Green+Blue) = 2+104+237=343 (45% of max value = 765). Red value is 2 (1.17% from 255 or 0.58% from 343); Green value is 104 (41.02% from 255 or 30.32% from 343); Blue value is 237 (92.97% from 255 or 69.10% from 343); Max value from RGB is 237 - color contains mainly: blue. Hex color #0268ED is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0268ED is #FD9712. Grayscale: #585858. Windows color (decimal): -16619283 or 15558658. OLE color: 15558658.
HSL color Cylindrical-coordinate representation of color #0268ED: hue angle of 213.96º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0268ED is Cyan = 0.99, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 2 | 104 | 237 | - |
| CMYK | 0.99 | 0.56 | 0 | 0.07 |
| HSL | 213.96º | 0.98% | 0.47% | - |
| HSV(B) | 213.96º | 0.99% | 0.93% | - |
| XYZ | 20.26 | 16.03 | 82.15 | - |
| YUV | 88.66 | 211.71 | 66.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 104 | 237 | 0.99 | 0.56 | 0 | 0.07 | 213.96 | 0.98 | 0.47 |
| Hex | 2 | 68 | ED | 63 | 38 | 0 | 7 | D6 | 62 | 2F |
| Octal | 2 | 150 | 355 | 143 | 70 | 0 | 7 | 326 | 142 | 57 |
| Binary | 10 | 1101000 | 11101101 | 1100011 | 111000 | 0 | 111 | 11010110 | 1100010 | 101111 |
Color Harmonies of #0268ED
Complementary color
Monochromatic Colors of #0268ED
Black with #0268ED
Text Example
Text Example
White with #0268ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0268ED; }
p { color: rgb(2,104,237); }
H1.HeaderClassName
{
color: #0268ED;
}
.AnyTagClassName
{
color: #0268ED;
}
</style>
background-color css
<style>
a { background-color: #0268ED; }
a { background-color: rgb(2,104,237); }
div.DivClassName
{
background-color: #0268ED;
}
.BgClassName
{
background-color: #0268ED;
}
</style>
border-color css
<style>
span { border-color: #0268ED; }
span { border-color: rgb(2,104,237); }
td.TdClassName
{
border-color: #0268ED;
}
.TagClassName
{
border-color: #0268ED;
}
</style>