Shades of Navy Blue #027DDC
Tints of Navy Blue #027DDC
RGB
CMYK
RGB Variations
Color information
#027DDC (or 0x027DDC) is known color: Navy Blue. HEX triplet: 02, 7D and DC. RGB value is (2,125,220). Sum of RGB (Red+Green+Blue) = 2+125+220=347 (45% of max value = 765). Red value is 2 (1.17% from 255 or 0.58% from 347); Green value is 125 (49.22% from 255 or 36.02% from 347); Blue value is 220 (86.33% from 255 or 63.40% from 347); Max value from RGB is 220 - color contains mainly: blue. Hex color #027DDC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #027DDC is #FD8223. Grayscale: #626262. Windows color (decimal): -16613924 or 14449922. OLE color: 14449922.
HSL color Cylindrical-coordinate representation of color #027DDC: hue angle of 206.15º 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 #027DDC is Cyan = 0.99, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 2 | 125 | 220 | - |
| CMYK | 0.99 | 0.43 | 0 | 0.14 |
| HSL | 206.15º | 0.98% | 0.44% | - |
| HSV(B) | 206.15º | 0.99% | 0.86% | - |
| XYZ | 20.28 | 19.85 | 70.47 | - |
| YUV | 99.05 | 196.25 | 58.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 125 | 220 | 0.99 | 0.43 | 0 | 0.14 | 206.15 | 0.98 | 0.44 |
| Hex | 2 | 7D | DC | 63 | 2B | 0 | E | CE | 62 | 2C |
| Octal | 2 | 175 | 334 | 143 | 53 | 0 | 16 | 316 | 142 | 54 |
| Binary | 10 | 1111101 | 11011100 | 1100011 | 101011 | 0 | 1110 | 11001110 | 1100010 | 101100 |
Color Harmonies of #027DDC
Complementary color
Monochromatic Colors of #027DDC
Black with #027DDC
Text Example
Text Example
White with #027DDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #027DDC; }
p { color: rgb(2,125,220); }
H1.HeaderClassName
{
color: #027DDC;
}
.AnyTagClassName
{
color: #027DDC;
}
</style>
background-color css
<style>
a { background-color: #027DDC; }
a { background-color: rgb(2,125,220); }
div.DivClassName
{
background-color: #027DDC;
}
.BgClassName
{
background-color: #027DDC;
}
</style>
border-color css
<style>
span { border-color: #027DDC; }
span { border-color: rgb(2,125,220); }
td.TdClassName
{
border-color: #027DDC;
}
.TagClassName
{
border-color: #027DDC;
}
</style>