Shades of Navy Blue #0270CE
Tints of Navy Blue #0270CE
RGB
CMYK
RGB Variations
Color information
#0270CE (or 0x0270CE) is known color: Navy Blue. HEX triplet: 02, 70 and CE. RGB value is (2,112,206). Sum of RGB (Red+Green+Blue) = 2+112+206=320 (42% of max value = 765). Red value is 2 (1.17% from 255 or 0.62% from 320); Green value is 112 (44.14% from 255 or 35% from 320); Blue value is 206 (80.86% from 255 or 64.38% from 320); Max value from RGB is 206 - color contains mainly: blue. Hex color #0270CE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0270CE is #FD8F31. Grayscale: #595959. Windows color (decimal): -16617266 or 13529090. OLE color: 13529090.
HSL color Cylindrical-coordinate representation of color #0270CE: hue angle of 207.65º 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 #0270CE is Cyan = 0.99, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 2 | 112 | 206 | - |
| CMYK | 0.99 | 0.46 | 0 | 0.19 |
| HSL | 207.65º | 0.98% | 0.41% | - |
| HSV(B) | 207.65º | 0.99% | 0.81% | - |
| XYZ | 16.96 | 16.06 | 60.6 | - |
| YUV | 89.83 | 193.56 | 65.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 112 | 206 | 0.99 | 0.46 | 0 | 0.19 | 207.65 | 0.98 | 0.41 |
| Hex | 2 | 70 | CE | 63 | 2E | 0 | 13 | D0 | 62 | 29 |
| Octal | 2 | 160 | 316 | 143 | 56 | 0 | 23 | 320 | 142 | 51 |
| Binary | 10 | 1110000 | 11001110 | 1100011 | 101110 | 0 | 10011 | 11010000 | 1100010 | 101001 |
Color Harmonies of #0270CE
Complementary color
Monochromatic Colors of #0270CE
Black with #0270CE
Text Example
Text Example
White with #0270CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0270CE; }
p { color: rgb(2,112,206); }
H1.HeaderClassName
{
color: #0270CE;
}
.AnyTagClassName
{
color: #0270CE;
}
</style>
background-color css
<style>
a { background-color: #0270CE; }
a { background-color: rgb(2,112,206); }
div.DivClassName
{
background-color: #0270CE;
}
.BgClassName
{
background-color: #0270CE;
}
</style>
border-color css
<style>
span { border-color: #0270CE; }
span { border-color: rgb(2,112,206); }
td.TdClassName
{
border-color: #0270CE;
}
.TagClassName
{
border-color: #0270CE;
}
</style>