Shades of Navy Blue #0272DC
Tints of Navy Blue #0272DC
RGB
CMYK
RGB Variations
Color information
#0272DC (or 0x0272DC) is known color: Navy Blue. HEX triplet: 02, 72 and DC. RGB value is (2,114,220). Sum of RGB (Red+Green+Blue) = 2+114+220=336 (44% of max value = 765). Red value is 2 (1.17% from 255 or 0.60% from 336); Green value is 114 (44.92% from 255 or 33.93% from 336); Blue value is 220 (86.33% from 255 or 65.48% from 336); Max value from RGB is 220 - color contains mainly: blue. Hex color #0272DC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0272DC is #FD8D23. Grayscale: #5C5C5C. Windows color (decimal): -16616740 or 14447106. OLE color: 14447106.
HSL color Cylindrical-coordinate representation of color #0272DC: hue angle of 209.17º degrees, saturation: 0.98, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0272DC is Cyan = 0.99, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 2 | 114 | 220 | - |
| CMYK | 0.99 | 0.48 | 0 | 0.14 |
| HSL | 209.17º | 0.98% | 0.44% | - |
| HSV(B) | 209.17º | 0.99% | 0.86% | - |
| XYZ | 18.96 | 17.21 | 70.03 | - |
| YUV | 92.6 | 199.89 | 63.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 114 | 220 | 0.99 | 0.48 | 0 | 0.14 | 209.17 | 0.98 | 0.44 |
| Hex | 2 | 72 | DC | 63 | 30 | 0 | E | D1 | 62 | 2C |
| Octal | 2 | 162 | 334 | 143 | 60 | 0 | 16 | 321 | 142 | 54 |
| Binary | 10 | 1110010 | 11011100 | 1100011 | 110000 | 0 | 1110 | 11010001 | 1100010 | 101100 |
Color Harmonies of #0272DC
Complementary color
Monochromatic Colors of #0272DC
Black with #0272DC
Text Example
Text Example
White with #0272DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0272DC; }
p { color: rgb(2,114,220); }
H1.HeaderClassName
{
color: #0272DC;
}
.AnyTagClassName
{
color: #0272DC;
}
</style>
background-color css
<style>
a { background-color: #0272DC; }
a { background-color: rgb(2,114,220); }
div.DivClassName
{
background-color: #0272DC;
}
.BgClassName
{
background-color: #0272DC;
}
</style>
border-color css
<style>
span { border-color: #0272DC; }
span { border-color: rgb(2,114,220); }
td.TdClassName
{
border-color: #0272DC;
}
.TagClassName
{
border-color: #0272DC;
}
</style>