Shades of Navy Blue #026FC1
Tints of Navy Blue #026FC1
RGB
CMYK
RGB Variations
Color information
#026FC1 (or 0x026FC1) is known color: Navy Blue. HEX triplet: 02, 6F and C1. RGB value is (2,111,193). Sum of RGB (Red+Green+Blue) = 2+111+193=306 (40% of max value = 765). Red value is 2 (1.17% from 255 or 0.65% from 306); Green value is 111 (43.75% from 255 or 36.27% from 306); Blue value is 193 (75.78% from 255 or 63.07% from 306); Max value from RGB is 193 - color contains mainly: blue. Hex color #026FC1 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #026FC1 is #FD903E. Grayscale: #575757. Windows color (decimal): -16617535 or 12676866. OLE color: 12676866.
HSL color Cylindrical-coordinate representation of color #026FC1: hue angle of 205.76º degrees, saturation: 0.98, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #026FC1 is Cyan = 0.99, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 2 | 111 | 193 | - |
| CMYK | 0.99 | 0.42 | 0 | 0.24 |
| HSL | 205.76º | 0.98% | 0.38% | - |
| HSV(B) | 205.76º | 0.99% | 0.76% | - |
| XYZ | 15.34 | 15.23 | 52.58 | - |
| YUV | 87.76 | 187.39 | 66.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 111 | 193 | 0.99 | 0.42 | 0 | 0.24 | 205.76 | 0.98 | 0.38 |
| Hex | 2 | 6F | C1 | 63 | 2A | 0 | 18 | CE | 62 | 26 |
| Octal | 2 | 157 | 301 | 143 | 52 | 0 | 30 | 316 | 142 | 46 |
| Binary | 10 | 1101111 | 11000001 | 1100011 | 101010 | 0 | 11000 | 11001110 | 1100010 | 100110 |
Color Harmonies of #026FC1
Complementary color
Monochromatic Colors of #026FC1
Black with #026FC1
Text Example
Text Example
White with #026FC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #026FC1; }
p { color: rgb(2,111,193); }
H1.HeaderClassName
{
color: #026FC1;
}
.AnyTagClassName
{
color: #026FC1;
}
</style>
background-color css
<style>
a { background-color: #026FC1; }
a { background-color: rgb(2,111,193); }
div.DivClassName
{
background-color: #026FC1;
}
.BgClassName
{
background-color: #026FC1;
}
</style>
border-color css
<style>
span { border-color: #026FC1; }
span { border-color: rgb(2,111,193); }
td.TdClassName
{
border-color: #026FC1;
}
.TagClassName
{
border-color: #026FC1;
}
</style>