Shades of Navy Blue #027BCD
Tints of Navy Blue #027BCD
RGB
CMYK
RGB Variations
Color information
#027BCD (or 0x027BCD) is known color: Navy Blue. HEX triplet: 02, 7B and CD. RGB value is (2,123,205). Sum of RGB (Red+Green+Blue) = 2+123+205=330 (43% of max value = 765). Red value is 2 (1.17% from 255 or 0.61% from 330); Green value is 123 (48.44% from 255 or 37.27% from 330); Blue value is 205 (80.47% from 255 or 62.12% from 330); Max value from RGB is 205 - color contains mainly: blue. Hex color #027BCD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #027BCD is #FD8432. Grayscale: #5F5F5F. Windows color (decimal): -16614451 or 13466370. OLE color: 13466370.
HSL color Cylindrical-coordinate representation of color #027BCD: hue angle of 204.24º degrees, saturation: 0.98, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #027BCD is Cyan = 0.99, Magento = 0.4, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 2 | 123 | 205 | - |
| CMYK | 0.99 | 0.4 | 0 | 0.20 |
| HSL | 204.24º | 0.98% | 0.41% | - |
| HSV(B) | 204.24º | 0.99% | 0.8% | - |
| XYZ | 18.13 | 18.59 | 60.39 | - |
| YUV | 96.17 | 189.41 | 60.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 123 | 205 | 0.99 | 0.4 | 0 | 0.20 | 204.24 | 0.98 | 0.41 |
| Hex | 2 | 7B | CD | 63 | 28 | 0 | 14 | CC | 62 | 29 |
| Octal | 2 | 173 | 315 | 143 | 50 | 0 | 24 | 314 | 142 | 51 |
| Binary | 10 | 1111011 | 11001101 | 1100011 | 101000 | 0 | 10100 | 11001100 | 1100010 | 101001 |
Color Harmonies of #027BCD
Complementary color
Monochromatic Colors of #027BCD
Black with #027BCD
Text Example
Text Example
White with #027BCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #027BCD; }
p { color: rgb(2,123,205); }
H1.HeaderClassName
{
color: #027BCD;
}
.AnyTagClassName
{
color: #027BCD;
}
</style>
background-color css
<style>
a { background-color: #027BCD; }
a { background-color: rgb(2,123,205); }
div.DivClassName
{
background-color: #027BCD;
}
.BgClassName
{
background-color: #027BCD;
}
</style>
border-color css
<style>
span { border-color: #027BCD; }
span { border-color: rgb(2,123,205); }
td.TdClassName
{
border-color: #027BCD;
}
.TagClassName
{
border-color: #027BCD;
}
</style>