Shades of Navy Blue #0281CE
Tints of Navy Blue #0281CE
RGB
CMYK
RGB Variations
Color information
#0281CE (or 0x0281CE) is known color: Navy Blue. HEX triplet: 02, 81 and CE. RGB value is (2,129,206). Sum of RGB (Red+Green+Blue) = 2+129+206=337 (44% of max value = 765). Red value is 2 (1.17% from 255 or 0.59% from 337); Green value is 129 (50.78% from 255 or 38.28% from 337); Blue value is 206 (80.86% from 255 or 61.13% from 337); Max value from RGB is 206 - color contains mainly: blue. Hex color #0281CE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0281CE is #FD7E31. Grayscale: #636363. Windows color (decimal): -16612914 or 13533442. OLE color: 13533442.
HSL color Cylindrical-coordinate representation of color #0281CE: hue angle of 202.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 #0281CE is Cyan = 0.99, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 2 | 129 | 206 | - |
| CMYK | 0.99 | 0.37 | 0 | 0.19 |
| HSL | 202.65º | 0.98% | 0.41% | - |
| HSV(B) | 202.65º | 0.99% | 0.81% | - |
| XYZ | 19.02 | 20.17 | 61.28 | - |
| YUV | 99.81 | 187.92 | 58.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 129 | 206 | 0.99 | 0.37 | 0 | 0.19 | 202.65 | 0.98 | 0.41 |
| Hex | 2 | 81 | CE | 63 | 25 | 0 | 13 | CB | 62 | 29 |
| Octal | 2 | 201 | 316 | 143 | 45 | 0 | 23 | 313 | 142 | 51 |
| Binary | 10 | 10000001 | 11001110 | 1100011 | 100101 | 0 | 10011 | 11001011 | 1100010 | 101001 |
Color Harmonies of #0281CE
Complementary color
Monochromatic Colors of #0281CE
Black with #0281CE
Text Example
Text Example
White with #0281CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0281CE; }
p { color: rgb(2,129,206); }
H1.HeaderClassName
{
color: #0281CE;
}
.AnyTagClassName
{
color: #0281CE;
}
</style>
background-color css
<style>
a { background-color: #0281CE; }
a { background-color: rgb(2,129,206); }
div.DivClassName
{
background-color: #0281CE;
}
.BgClassName
{
background-color: #0281CE;
}
</style>
border-color css
<style>
span { border-color: #0281CE; }
span { border-color: rgb(2,129,206); }
td.TdClassName
{
border-color: #0281CE;
}
.TagClassName
{
border-color: #0281CE;
}
</style>