Shades of Navy Blue #0C83CD
Tints of Navy Blue #0C83CD
RGB
CMYK
RGB Variations
Color information
#0C83CD (or 0x0C83CD) is known color: Navy Blue. HEX triplet: 0C, 83 and CD. RGB value is (12,131,205). Sum of RGB (Red+Green+Blue) = 12+131+205=348 (46% of max value = 765). Red value is 12 (5.08% from 255 or 3.45% from 348); Green value is 131 (51.56% from 255 or 37.64% from 348); Blue value is 205 (80.47% from 255 or 58.91% from 348); Max value from RGB is 205 - color contains mainly: blue. Hex color #0C83CD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0C83CD is #F37C32. Grayscale: #676767. Windows color (decimal): -15957043 or 13468428. OLE color: 13468428.
HSL color Cylindrical-coordinate representation of color #0C83CD: hue angle of 203.01º degrees, saturation: 0.89, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0C83CD is Cyan = 0.94, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 12 | 131 | 205 | - |
| CMYK | 0.94 | 0.36 | 0 | 0.20 |
| HSL | 203.01º | 0.89% | 0.43% | - |
| HSV(B) | 203.01º | 0.94% | 0.8% | - |
| XYZ | 19.29 | 20.72 | 60.74 | - |
| YUV | 103.86 | 185.08 | 62.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 131 | 205 | 0.94 | 0.36 | 0 | 0.20 | 203.01 | 0.89 | 0.43 |
| Hex | C | 83 | CD | 5E | 24 | 0 | 14 | CB | 59 | 2B |
| Octal | 14 | 203 | 315 | 136 | 44 | 0 | 24 | 313 | 131 | 53 |
| Binary | 1100 | 10000011 | 11001101 | 1011110 | 100100 | 0 | 10100 | 11001011 | 1011001 | 101011 |
Color Harmonies of #0C83CD
Complementary color
Monochromatic Colors of #0C83CD
Black with #0C83CD
Text Example
Text Example
White with #0C83CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C83CD; }
p { color: rgb(12,131,205); }
H1.HeaderClassName
{
color: #0C83CD;
}
.AnyTagClassName
{
color: #0C83CD;
}
</style>
background-color css
<style>
a { background-color: #0C83CD; }
a { background-color: rgb(12,131,205); }
div.DivClassName
{
background-color: #0C83CD;
}
.BgClassName
{
background-color: #0C83CD;
}
</style>
border-color css
<style>
span { border-color: #0C83CD; }
span { border-color: rgb(12,131,205); }
td.TdClassName
{
border-color: #0C83CD;
}
.TagClassName
{
border-color: #0C83CD;
}
</style>