Shades of Navy Blue #027BCE
Tints of Navy Blue #027BCE
RGB
CMYK
RGB Variations
Color information
#027BCE (or 0x027BCE) is known color: Navy Blue. HEX triplet: 02, 7B and CE. RGB value is (2,123,206). Sum of RGB (Red+Green+Blue) = 2+123+206=331 (43% of max value = 765). Red value is 2 (1.17% from 255 or 0.60% from 331); Green value is 123 (48.44% from 255 or 37.16% from 331); Blue value is 206 (80.86% from 255 or 62.24% from 331); Max value from RGB is 206 - color contains mainly: blue. Hex color #027BCE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #027BCE is #FD8431. Grayscale: #5F5F5F. Windows color (decimal): -16614450 or 13531906. OLE color: 13531906.
HSL color Cylindrical-coordinate representation of color #027BCE: hue angle of 204.41º 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 #027BCE is Cyan = 0.99, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 2 | 123 | 206 | - |
| CMYK | 0.99 | 0.40 | 0 | 0.19 |
| HSL | 204.41º | 0.98% | 0.41% | - |
| HSV(B) | 204.41º | 0.99% | 0.81% | - |
| XYZ | 18.25 | 18.64 | 61.03 | - |
| YUV | 96.28 | 189.91 | 60.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 123 | 206 | 0.99 | 0.40 | 0 | 0.19 | 204.41 | 0.98 | 0.41 |
| Hex | 2 | 7B | CE | 63 | 28 | 0 | 13 | CC | 62 | 29 |
| Octal | 2 | 173 | 316 | 143 | 50 | 0 | 23 | 314 | 142 | 51 |
| Binary | 10 | 1111011 | 11001110 | 1100011 | 101000 | 0 | 10011 | 11001100 | 1100010 | 101001 |
Color Harmonies of #027BCE
Complementary color
Monochromatic Colors of #027BCE
Black with #027BCE
Text Example
Text Example
White with #027BCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #027BCE; }
p { color: rgb(2,123,206); }
H1.HeaderClassName
{
color: #027BCE;
}
.AnyTagClassName
{
color: #027BCE;
}
</style>
background-color css
<style>
a { background-color: #027BCE; }
a { background-color: rgb(2,123,206); }
div.DivClassName
{
background-color: #027BCE;
}
.BgClassName
{
background-color: #027BCE;
}
</style>
border-color css
<style>
span { border-color: #027BCE; }
span { border-color: rgb(2,123,206); }
td.TdClassName
{
border-color: #027BCE;
}
.TagClassName
{
border-color: #027BCE;
}
</style>