Shades of Navy Blue #027BDD
Tints of Navy Blue #027BDD
RGB
CMYK
RGB Variations
Color information
#027BDD (or 0x027BDD) is known color: Navy Blue. HEX triplet: 02, 7B and DD. RGB value is (2,123,221). Sum of RGB (Red+Green+Blue) = 2+123+221=346 (45% of max value = 765). Red value is 2 (1.17% from 255 or 0.58% from 346); Green value is 123 (48.44% from 255 or 35.55% from 346); Blue value is 221 (86.72% from 255 or 63.87% from 346); Max value from RGB is 221 - color contains mainly: blue. Hex color #027BDD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #027BDD is #FD8422. Grayscale: #616161. Windows color (decimal): -16614435 or 14514946. OLE color: 14514946.
HSL color Cylindrical-coordinate representation of color #027BDD: hue angle of 206.85º 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 #027BDD is Cyan = 0.99, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 2 | 123 | 221 | - |
| CMYK | 0.99 | 0.44 | 0 | 0.13 |
| HSL | 206.85º | 0.98% | 0.44% | - |
| HSV(B) | 206.85º | 0.99% | 0.87% | - |
| XYZ | 20.16 | 19.4 | 71.09 | - |
| YUV | 97.99 | 197.41 | 59.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 123 | 221 | 0.99 | 0.44 | 0 | 0.13 | 206.85 | 0.98 | 0.44 |
| Hex | 2 | 7B | DD | 63 | 2C | 0 | D | CF | 62 | 2C |
| Octal | 2 | 173 | 335 | 143 | 54 | 0 | 15 | 317 | 142 | 54 |
| Binary | 10 | 1111011 | 11011101 | 1100011 | 101100 | 0 | 1101 | 11001111 | 1100010 | 101100 |
Color Harmonies of #027BDD
Complementary color
Monochromatic Colors of #027BDD
Black with #027BDD
Text Example
Text Example
White with #027BDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #027BDD; }
p { color: rgb(2,123,221); }
H1.HeaderClassName
{
color: #027BDD;
}
.AnyTagClassName
{
color: #027BDD;
}
</style>
background-color css
<style>
a { background-color: #027BDD; }
a { background-color: rgb(2,123,221); }
div.DivClassName
{
background-color: #027BDD;
}
.BgClassName
{
background-color: #027BDD;
}
</style>
border-color css
<style>
span { border-color: #027BDD; }
span { border-color: rgb(2,123,221); }
td.TdClassName
{
border-color: #027BDD;
}
.TagClassName
{
border-color: #027BDD;
}
</style>