Shades of Navy Blue #0883CD
Tints of Navy Blue #0883CD
RGB
CMYK
RGB Variations
Color information
#0883CD (or 0x0883CD) is known color: Navy Blue. HEX triplet: 08, 83 and CD. RGB value is (8,131,205). Sum of RGB (Red+Green+Blue) = 8+131+205=344 (45% of max value = 765). Red value is 8 (3.52% from 255 or 2.33% from 344); Green value is 131 (51.56% from 255 or 38.08% from 344); Blue value is 205 (80.47% from 255 or 59.59% from 344); Max value from RGB is 205 - color contains mainly: blue. Hex color #0883CD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0883CD is #F77C32. Grayscale: #666666. Windows color (decimal): -16219187 or 13468424. OLE color: 13468424.
HSL color Cylindrical-coordinate representation of color #0883CD: hue angle of 202.54º 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 #0883CD is Cyan = 0.96, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 8 | 131 | 205 | - |
| CMYK | 0.96 | 0.36 | 0 | 0.20 |
| HSL | 202.54º | 0.92% | 0.42% | - |
| HSV(B) | 202.54º | 0.96% | 0.8% | - |
| XYZ | 19.24 | 20.69 | 60.74 | - |
| YUV | 102.66 | 185.75 | 60.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 131 | 205 | 0.96 | 0.36 | 0 | 0.20 | 202.54 | 0.92 | 0.42 |
| Hex | 8 | 83 | CD | 60 | 24 | 0 | 14 | CB | 5C | 2A |
| Octal | 10 | 203 | 315 | 140 | 44 | 0 | 24 | 313 | 134 | 52 |
| Binary | 1000 | 10000011 | 11001101 | 1100000 | 100100 | 0 | 10100 | 11001011 | 1011100 | 101010 |
Color Harmonies of #0883CD
Complementary color
Monochromatic Colors of #0883CD
Black with #0883CD
Text Example
Text Example
White with #0883CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0883CD; }
p { color: rgb(8,131,205); }
H1.HeaderClassName
{
color: #0883CD;
}
.AnyTagClassName
{
color: #0883CD;
}
</style>
background-color css
<style>
a { background-color: #0883CD; }
a { background-color: rgb(8,131,205); }
div.DivClassName
{
background-color: #0883CD;
}
.BgClassName
{
background-color: #0883CD;
}
</style>
border-color css
<style>
span { border-color: #0883CD; }
span { border-color: rgb(8,131,205); }
td.TdClassName
{
border-color: #0883CD;
}
.TagClassName
{
border-color: #0883CD;
}
</style>