Shades of Navy Blue #026BDF
Tints of Navy Blue #026BDF
RGB
CMYK
RGB Variations
Color information
#026BDF (or 0x026BDF) is known color: Navy Blue. HEX triplet: 02, 6B and DF. RGB value is (2,107,223). Sum of RGB (Red+Green+Blue) = 2+107+223=332 (43% of max value = 765). Red value is 2 (1.17% from 255 or 0.60% from 332); Green value is 107 (42.19% from 255 or 32.23% from 332); Blue value is 223 (87.5% from 255 or 67.17% from 332); Max value from RGB is 223 - color contains mainly: blue. Hex color #026BDF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #026BDF is #FD9420. Grayscale: #585858. Windows color (decimal): -16618529 or 14641922. OLE color: 14641922.
HSL color Cylindrical-coordinate representation of color #026BDF: hue angle of 211.49º degrees, saturation: 0.98, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #026BDF is Cyan = 0.99, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 2 | 107 | 223 | - |
| CMYK | 0.99 | 0.52 | 0 | 0.13 |
| HSL | 211.49º | 0.98% | 0.44% | - |
| HSV(B) | 211.49º | 0.99% | 0.87% | - |
| XYZ | 18.6 | 15.86 | 71.89 | - |
| YUV | 88.83 | 203.71 | 66.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 107 | 223 | 0.99 | 0.52 | 0 | 0.13 | 211.49 | 0.98 | 0.44 |
| Hex | 2 | 6B | DF | 63 | 34 | 0 | D | D3 | 62 | 2C |
| Octal | 2 | 153 | 337 | 143 | 64 | 0 | 15 | 323 | 142 | 54 |
| Binary | 10 | 1101011 | 11011111 | 1100011 | 110100 | 0 | 1101 | 11010011 | 1100010 | 101100 |
Color Harmonies of #026BDF
Complementary color
Monochromatic Colors of #026BDF
Black with #026BDF
Text Example
Text Example
White with #026BDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #026BDF; }
p { color: rgb(2,107,223); }
H1.HeaderClassName
{
color: #026BDF;
}
.AnyTagClassName
{
color: #026BDF;
}
</style>
background-color css
<style>
a { background-color: #026BDF; }
a { background-color: rgb(2,107,223); }
div.DivClassName
{
background-color: #026BDF;
}
.BgClassName
{
background-color: #026BDF;
}
</style>
border-color css
<style>
span { border-color: #026BDF; }
span { border-color: rgb(2,107,223); }
td.TdClassName
{
border-color: #026BDF;
}
.TagClassName
{
border-color: #026BDF;
}
</style>