Shades of Navy Blue #027BDF
Tints of Navy Blue #027BDF
RGB
CMYK
RGB Variations
Color information
#027BDF (or 0x027BDF) is known color: Navy Blue. HEX triplet: 02, 7B and DF. RGB value is (2,123,223). Sum of RGB (Red+Green+Blue) = 2+123+223=348 (46% of max value = 765). Red value is 2 (1.17% from 255 or 0.57% from 348); Green value is 123 (48.44% from 255 or 35.34% from 348); Blue value is 223 (87.5% from 255 or 64.08% from 348); Max value from RGB is 223 - color contains mainly: blue. Hex color #027BDF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #027BDF is #FD8420. Grayscale: #616161. Windows color (decimal): -16614433 or 14646018. OLE color: 14646018.
HSL color Cylindrical-coordinate representation of color #027BDF: hue angle of 207.15º 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 #027BDF is Cyan = 0.99, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 2 | 123 | 223 | - |
| CMYK | 0.99 | 0.45 | 0 | 0.13 |
| HSL | 207.15º | 0.98% | 0.44% | - |
| HSV(B) | 207.15º | 0.99% | 0.87% | - |
| XYZ | 20.43 | 19.51 | 72.5 | - |
| YUV | 98.22 | 198.41 | 59.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 123 | 223 | 0.99 | 0.45 | 0 | 0.13 | 207.15 | 0.98 | 0.44 |
| Hex | 2 | 7B | DF | 63 | 2D | 0 | D | CF | 62 | 2C |
| Octal | 2 | 173 | 337 | 143 | 55 | 0 | 15 | 317 | 142 | 54 |
| Binary | 10 | 1111011 | 11011111 | 1100011 | 101101 | 0 | 1101 | 11001111 | 1100010 | 101100 |
Color Harmonies of #027BDF
Complementary color
Monochromatic Colors of #027BDF
Black with #027BDF
Text Example
Text Example
White with #027BDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #027BDF; }
p { color: rgb(2,123,223); }
H1.HeaderClassName
{
color: #027BDF;
}
.AnyTagClassName
{
color: #027BDF;
}
</style>
background-color css
<style>
a { background-color: #027BDF; }
a { background-color: rgb(2,123,223); }
div.DivClassName
{
background-color: #027BDF;
}
.BgClassName
{
background-color: #027BDF;
}
</style>
border-color css
<style>
span { border-color: #027BDF; }
span { border-color: rgb(2,123,223); }
td.TdClassName
{
border-color: #027BDF;
}
.TagClassName
{
border-color: #027BDF;
}
</style>