Shades of Navy Blue #027BCF
Tints of Navy Blue #027BCF
RGB
CMYK
RGB Variations
Color information
#027BCF (or 0x027BCF) is known color: Navy Blue. HEX triplet: 02, 7B and CF. RGB value is (2,123,207). Sum of RGB (Red+Green+Blue) = 2+123+207=332 (43% of max value = 765). Red value is 2 (1.17% from 255 or 0.60% from 332); Green value is 123 (48.44% from 255 or 37.05% from 332); Blue value is 207 (81.25% from 255 or 62.35% from 332); Max value from RGB is 207 - color contains mainly: blue. Hex color #027BCF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #027BCF is #FD8430. Grayscale: #5F5F5F. Windows color (decimal): -16614449 or 13597442. OLE color: 13597442.
HSL color Cylindrical-coordinate representation of color #027BCF: hue angle of 204.59º degrees, saturation: 0.98, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #027BCF is Cyan = 0.99, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 2 | 123 | 207 | - |
| CMYK | 0.99 | 0.41 | 0 | 0.19 |
| HSL | 204.59º | 0.98% | 0.41% | - |
| HSV(B) | 204.59º | 0.99% | 0.81% | - |
| XYZ | 18.37 | 18.68 | 61.67 | - |
| YUV | 96.4 | 190.41 | 60.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 123 | 207 | 0.99 | 0.41 | 0 | 0.19 | 204.59 | 0.98 | 0.41 |
| Hex | 2 | 7B | CF | 63 | 29 | 0 | 13 | CD | 62 | 29 |
| Octal | 2 | 173 | 317 | 143 | 51 | 0 | 23 | 315 | 142 | 51 |
| Binary | 10 | 1111011 | 11001111 | 1100011 | 101001 | 0 | 10011 | 11001101 | 1100010 | 101001 |
Color Harmonies of #027BCF
Complementary color
Monochromatic Colors of #027BCF
Black with #027BCF
Text Example
Text Example
White with #027BCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #027BCF; }
p { color: rgb(2,123,207); }
H1.HeaderClassName
{
color: #027BCF;
}
.AnyTagClassName
{
color: #027BCF;
}
</style>
background-color css
<style>
a { background-color: #027BCF; }
a { background-color: rgb(2,123,207); }
div.DivClassName
{
background-color: #027BCF;
}
.BgClassName
{
background-color: #027BCF;
}
</style>
border-color css
<style>
span { border-color: #027BCF; }
span { border-color: rgb(2,123,207); }
td.TdClassName
{
border-color: #027BCF;
}
.TagClassName
{
border-color: #027BCF;
}
</style>