Shades of Navy Blue #0281CD
Tints of Navy Blue #0281CD
RGB
CMYK
RGB Variations
Color information
#0281CD (or 0x0281CD) is known color: Navy Blue. HEX triplet: 02, 81 and CD. RGB value is (2,129,205). Sum of RGB (Red+Green+Blue) = 2+129+205=336 (44% of max value = 765). Red value is 2 (1.17% from 255 or 0.60% from 336); Green value is 129 (50.78% from 255 or 38.39% from 336); Blue value is 205 (80.47% from 255 or 61.01% from 336); Max value from RGB is 205 - color contains mainly: blue. Hex color #0281CD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0281CD is #FD7E32. Grayscale: #636363. Windows color (decimal): -16612915 or 13467906. OLE color: 13467906.
HSL color Cylindrical-coordinate representation of color #0281CD: hue angle of 202.46º degrees, saturation: 0.98, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0281CD is Cyan = 0.99, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 2 | 129 | 205 | - |
| CMYK | 0.99 | 0.37 | 0 | 0.20 |
| HSL | 202.46º | 0.98% | 0.41% | - |
| HSV(B) | 202.46º | 0.99% | 0.8% | - |
| XYZ | 18.89 | 20.12 | 60.65 | - |
| YUV | 99.69 | 187.42 | 58.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 129 | 205 | 0.99 | 0.37 | 0 | 0.20 | 202.46 | 0.98 | 0.41 |
| Hex | 2 | 81 | CD | 63 | 25 | 0 | 14 | CA | 62 | 29 |
| Octal | 2 | 201 | 315 | 143 | 45 | 0 | 24 | 312 | 142 | 51 |
| Binary | 10 | 10000001 | 11001101 | 1100011 | 100101 | 0 | 10100 | 11001010 | 1100010 | 101001 |
Color Harmonies of #0281CD
Complementary color
Monochromatic Colors of #0281CD
Black with #0281CD
Text Example
Text Example
White with #0281CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0281CD; }
p { color: rgb(2,129,205); }
H1.HeaderClassName
{
color: #0281CD;
}
.AnyTagClassName
{
color: #0281CD;
}
</style>
background-color css
<style>
a { background-color: #0281CD; }
a { background-color: rgb(2,129,205); }
div.DivClassName
{
background-color: #0281CD;
}
.BgClassName
{
background-color: #0281CD;
}
</style>
border-color css
<style>
span { border-color: #0281CD; }
span { border-color: rgb(2,129,205); }
td.TdClassName
{
border-color: #0281CD;
}
.TagClassName
{
border-color: #0281CD;
}
</style>