Shades of Navy Blue #0271DF
Tints of Navy Blue #0271DF
RGB
CMYK
RGB Variations
Color information
#0271DF (or 0x0271DF) is known color: Navy Blue. HEX triplet: 02, 71 and DF. RGB value is (2,113,223). Sum of RGB (Red+Green+Blue) = 2+113+223=338 (44% of max value = 765). Red value is 2 (1.17% from 255 or 0.59% from 338); Green value is 113 (44.53% from 255 or 33.43% from 338); Blue value is 223 (87.5% from 255 or 65.98% from 338); Max value from RGB is 223 - color contains mainly: blue. Hex color #0271DF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0271DF is #FD8E20. Grayscale: #5B5B5B. Windows color (decimal): -16616993 or 14643458. OLE color: 14643458.
HSL color Cylindrical-coordinate representation of color #0271DF: hue angle of 209.86º 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 #0271DF is Cyan = 0.99, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 2 | 113 | 223 | - |
| CMYK | 0.99 | 0.49 | 0 | 0.13 |
| HSL | 209.86º | 0.98% | 0.44% | - |
| HSV(B) | 209.86º | 0.99% | 0.87% | - |
| XYZ | 19.25 | 17.15 | 72.11 | - |
| YUV | 92.35 | 201.73 | 63.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 113 | 223 | 0.99 | 0.49 | 0 | 0.13 | 209.86 | 0.98 | 0.44 |
| Hex | 2 | 71 | DF | 63 | 31 | 0 | D | D2 | 62 | 2C |
| Octal | 2 | 161 | 337 | 143 | 61 | 0 | 15 | 322 | 142 | 54 |
| Binary | 10 | 1110001 | 11011111 | 1100011 | 110001 | 0 | 1101 | 11010010 | 1100010 | 101100 |
Color Harmonies of #0271DF
Complementary color
Monochromatic Colors of #0271DF
Black with #0271DF
Text Example
Text Example
White with #0271DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0271DF; }
p { color: rgb(2,113,223); }
H1.HeaderClassName
{
color: #0271DF;
}
.AnyTagClassName
{
color: #0271DF;
}
</style>
background-color css
<style>
a { background-color: #0271DF; }
a { background-color: rgb(2,113,223); }
div.DivClassName
{
background-color: #0271DF;
}
.BgClassName
{
background-color: #0271DF;
}
</style>
border-color css
<style>
span { border-color: #0271DF; }
span { border-color: rgb(2,113,223); }
td.TdClassName
{
border-color: #0271DF;
}
.TagClassName
{
border-color: #0271DF;
}
</style>