Shades of Navy Blue #0281D6
Tints of Navy Blue #0281D6
RGB
CMYK
RGB Variations
Color information
#0281D6 (or 0x0281D6) is known color: Navy Blue. HEX triplet: 02, 81 and D6. RGB value is (2,129,214). Sum of RGB (Red+Green+Blue) = 2+129+214=345 (45% of max value = 765). Red value is 2 (1.17% from 255 or 0.58% from 345); Green value is 129 (50.78% from 255 or 37.39% from 345); Blue value is 214 (83.98% from 255 or 62.03% from 345); Max value from RGB is 214 - color contains mainly: blue. Hex color #0281D6 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0281D6 is #FD7E29. Grayscale: #646464. Windows color (decimal): -16612906 or 14057730. OLE color: 14057730.
HSL color Cylindrical-coordinate representation of color #0281D6: hue angle of 204.06º degrees, saturation: 0.98, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0281D6 is Cyan = 0.99, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 2 | 129 | 214 | - |
| CMYK | 0.99 | 0.40 | 0 | 0.16 |
| HSL | 204.06º | 0.98% | 0.42% | - |
| HSV(B) | 204.06º | 0.99% | 0.84% | - |
| XYZ | 20.01 | 20.57 | 66.53 | - |
| YUV | 100.72 | 191.92 | 57.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 129 | 214 | 0.99 | 0.40 | 0 | 0.16 | 204.06 | 0.98 | 0.42 |
| Hex | 2 | 81 | D6 | 63 | 28 | 0 | 10 | CC | 62 | 2A |
| Octal | 2 | 201 | 326 | 143 | 50 | 0 | 20 | 314 | 142 | 52 |
| Binary | 10 | 10000001 | 11010110 | 1100011 | 101000 | 0 | 10000 | 11001100 | 1100010 | 101010 |
Color Harmonies of #0281D6
Complementary color
Monochromatic Colors of #0281D6
Black with #0281D6
Text Example
Text Example
White with #0281D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0281D6; }
p { color: rgb(2,129,214); }
H1.HeaderClassName
{
color: #0281D6;
}
.AnyTagClassName
{
color: #0281D6;
}
</style>
background-color css
<style>
a { background-color: #0281D6; }
a { background-color: rgb(2,129,214); }
div.DivClassName
{
background-color: #0281D6;
}
.BgClassName
{
background-color: #0281D6;
}
</style>
border-color css
<style>
span { border-color: #0281D6; }
span { border-color: rgb(2,129,214); }
td.TdClassName
{
border-color: #0281D6;
}
.TagClassName
{
border-color: #0281D6;
}
</style>