Shades of Navy Blue #026BED
Tints of Navy Blue #026BED
RGB
CMYK
RGB Variations
Color information
#026BED (or 0x026BED) is known color: Navy Blue. HEX triplet: 02, 6B and ED. RGB value is (2,107,237). Sum of RGB (Red+Green+Blue) = 2+107+237=346 (45% of max value = 765). Red value is 2 (1.17% from 255 or 0.58% from 346); Green value is 107 (42.19% from 255 or 30.92% from 346); Blue value is 237 (92.97% from 255 or 68.50% from 346); Max value from RGB is 237 - color contains mainly: blue. Hex color #026BED is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #026BED is #FD9412. Grayscale: #595959. Windows color (decimal): -16618515 or 15559426. OLE color: 15559426.
HSL color Cylindrical-coordinate representation of color #026BED: hue angle of 213.19º 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 #026BED is Cyan = 0.99, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 2 | 107 | 237 | - |
| CMYK | 0.99 | 0.55 | 0 | 0.07 |
| HSL | 213.19º | 0.98% | 0.47% | - |
| HSV(B) | 213.19º | 0.99% | 0.93% | - |
| XYZ | 20.57 | 16.64 | 82.25 | - |
| YUV | 90.43 | 210.71 | 64.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 107 | 237 | 0.99 | 0.55 | 0 | 0.07 | 213.19 | 0.98 | 0.47 |
| Hex | 2 | 6B | ED | 63 | 37 | 0 | 7 | D5 | 62 | 2F |
| Octal | 2 | 153 | 355 | 143 | 67 | 0 | 7 | 325 | 142 | 57 |
| Binary | 10 | 1101011 | 11101101 | 1100011 | 110111 | 0 | 111 | 11010101 | 1100010 | 101111 |
Color Harmonies of #026BED
Complementary color
Monochromatic Colors of #026BED
Black with #026BED
Text Example
Text Example
White with #026BED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #026BED; }
p { color: rgb(2,107,237); }
H1.HeaderClassName
{
color: #026BED;
}
.AnyTagClassName
{
color: #026BED;
}
</style>
background-color css
<style>
a { background-color: #026BED; }
a { background-color: rgb(2,107,237); }
div.DivClassName
{
background-color: #026BED;
}
.BgClassName
{
background-color: #026BED;
}
</style>
border-color css
<style>
span { border-color: #026BED; }
span { border-color: rgb(2,107,237); }
td.TdClassName
{
border-color: #026BED;
}
.TagClassName
{
border-color: #026BED;
}
</style>