Shades of Navy Blue #0981CC
Tints of Navy Blue #0981CC
RGB
CMYK
RGB Variations
Color information
#0981CC (or 0x0981CC) is known color: Navy Blue. HEX triplet: 09, 81 and CC. RGB value is (9,129,204). Sum of RGB (Red+Green+Blue) = 9+129+204=342 (45% of max value = 765). Red value is 9 (3.91% from 255 or 2.63% from 342); Green value is 129 (50.78% from 255 or 37.72% from 342); Blue value is 204 (80.08% from 255 or 59.65% from 342); Max value from RGB is 204 - color contains mainly: blue. Hex color #0981CC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0981CC is #F67E33. Grayscale: #656565. Windows color (decimal): -16154164 or 13402377. OLE color: 13402377.
HSL color Cylindrical-coordinate representation of color #0981CC: hue angle of 203.08º degrees, saturation: 0.92, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0981CC is Cyan = 0.96, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 9 | 129 | 204 | - |
| CMYK | 0.96 | 0.37 | 0 | 0.2 |
| HSL | 203.08º | 0.92% | 0.42% | - |
| HSV(B) | 203.08º | 0.96% | 0.8% | - |
| XYZ | 18.86 | 20.12 | 60.02 | - |
| YUV | 101.67 | 185.74 | 61.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 129 | 204 | 0.96 | 0.37 | 0 | 0.2 | 203.08 | 0.92 | 0.42 |
| Hex | 9 | 81 | CC | 60 | 25 | 0 | 14 | CB | 5C | 2A |
| Octal | 11 | 201 | 314 | 140 | 45 | 0 | 24 | 313 | 134 | 52 |
| Binary | 1001 | 10000001 | 11001100 | 1100000 | 100101 | 0 | 10100 | 11001011 | 1011100 | 101010 |
Color Harmonies of #0981CC
Complementary color
Monochromatic Colors of #0981CC
Black with #0981CC
Text Example
Text Example
White with #0981CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0981CC; }
p { color: rgb(9,129,204); }
H1.HeaderClassName
{
color: #0981CC;
}
.AnyTagClassName
{
color: #0981CC;
}
</style>
background-color css
<style>
a { background-color: #0981CC; }
a { background-color: rgb(9,129,204); }
div.DivClassName
{
background-color: #0981CC;
}
.BgClassName
{
background-color: #0981CC;
}
</style>
border-color css
<style>
span { border-color: #0981CC; }
span { border-color: rgb(9,129,204); }
td.TdClassName
{
border-color: #0981CC;
}
.TagClassName
{
border-color: #0981CC;
}
</style>