Shades of Navy Blue #027BCB
Tints of Navy Blue #027BCB
RGB
CMYK
RGB Variations
Color information
#027BCB (or 0x027BCB) is known color: Navy Blue. HEX triplet: 02, 7B and CB. RGB value is (2,123,203). Sum of RGB (Red+Green+Blue) = 2+123+203=328 (43% of max value = 765). Red value is 2 (1.17% from 255 or 0.61% from 328); Green value is 123 (48.44% from 255 or 37.5% from 328); Blue value is 203 (79.69% from 255 or 61.89% from 328); Max value from RGB is 203 - color contains mainly: blue. Hex color #027BCB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #027BCB is #FD8434. Grayscale: #5F5F5F. Windows color (decimal): -16614453 or 13335298. OLE color: 13335298.
HSL color Cylindrical-coordinate representation of color #027BCB: hue angle of 203.88º degrees, saturation: 0.98, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #027BCB is Cyan = 0.99, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 2 | 123 | 203 | - |
| CMYK | 0.99 | 0.39 | 0 | 0.20 |
| HSL | 203.88º | 0.98% | 0.4% | - |
| HSV(B) | 203.88º | 0.99% | 0.8% | - |
| XYZ | 17.89 | 18.49 | 59.13 | - |
| YUV | 95.94 | 188.41 | 61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 123 | 203 | 0.99 | 0.39 | 0 | 0.20 | 203.88 | 0.98 | 0.4 |
| Hex | 2 | 7B | CB | 63 | 27 | 0 | 14 | CC | 62 | 28 |
| Octal | 2 | 173 | 313 | 143 | 47 | 0 | 24 | 314 | 142 | 50 |
| Binary | 10 | 1111011 | 11001011 | 1100011 | 100111 | 0 | 10100 | 11001100 | 1100010 | 101000 |
Color Harmonies of #027BCB
Complementary color
Monochromatic Colors of #027BCB
Black with #027BCB
Text Example
Text Example
White with #027BCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #027BCB; }
p { color: rgb(2,123,203); }
H1.HeaderClassName
{
color: #027BCB;
}
.AnyTagClassName
{
color: #027BCB;
}
</style>
background-color css
<style>
a { background-color: #027BCB; }
a { background-color: rgb(2,123,203); }
div.DivClassName
{
background-color: #027BCB;
}
.BgClassName
{
background-color: #027BCB;
}
</style>
border-color css
<style>
span { border-color: #027BCB; }
span { border-color: rgb(2,123,203); }
td.TdClassName
{
border-color: #027BCB;
}
.TagClassName
{
border-color: #027BCB;
}
</style>